Add multi-lib support accepted/trunk/20130204.210010 submit/trunk/20130204.204124
authorAnas Nashif <anas.nashif@intel.com>
Mon, 4 Feb 2013 20:41:23 +0000 (12:41 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 4 Feb 2013 20:41:23 +0000 (12:41 -0800)
packaging/baselibs.conf [new file with mode: 0644]
packaging/libxkbfile.changes [new file with mode: 0644]
packaging/libxkbfile.spec

diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
new file mode 100644 (file)
index 0000000..a1167a9
--- /dev/null
@@ -0,0 +1 @@
+libxkbfile
diff --git a/packaging/libxkbfile.changes b/packaging/libxkbfile.changes
new file mode 100644 (file)
index 0000000..9a659c3
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Feb 04 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.0.8@43bf9b1
+- Add multi-lib support
+
index 763e93c..d4c3fac 100644 (file)
@@ -2,7 +2,7 @@ Name:           libxkbfile
 Version:        1.0.8
 Release:        1
 License:        MIT
-Summary:        X
+Summary:        X.Org xkbfile library
 Url:            http://www.x.org
 Group:          System Environment/Libraries
 Source:         %{name}-%{version}.tar.bz2
@@ -11,10 +11,10 @@ BuildRequires:  pkgconfig(xorg-macros)
 BuildRequires:  pkgconfig(xproto)
 
 %description
-X.Org X11 libxkbfile runtime library
+X.Org X11 libxkbfile runtime library.
 
 %package devel
-Summary:        X
+Summary:        X.Org xkbfile library
 Group:          Development/Libraries
 Requires:       %{name} = %{version}
 
@@ -28,8 +28,7 @@ X.Org X11 libxkbfile development package
 # FIXME: We use -fno-strict-aliasing, to work around the following bug:
 # maprules.c:1373: warning: dereferencing type-punned pointer will break strict-aliasing rules)
 export CFLAGS="${CFLAGS} %{optflags} -fno-strict-aliasing"
-%configure --disable-static \
-              LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed"
+%configure --disable-static 
 make %{?_smp_mflags}
 
 %install
@@ -44,7 +43,7 @@ make %{?_smp_mflags}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING 
+%license COPYING 
 %{_libdir}/libxkbfile.so.1
 %{_libdir}/libxkbfile.so.1.0.2