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

diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
new file mode 100644 (file)
index 0000000..37b6fb9
--- /dev/null
@@ -0,0 +1 @@
+libXdamage
diff --git a/packaging/libXdamage.changes b/packaging/libXdamage.changes
new file mode 100644 (file)
index 0000000..082936c
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Feb 04 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.1.3@4f26cf5
+- Add multi-lib support
+
index 5e17559..b40b814 100644 (file)
@@ -5,7 +5,6 @@ License:        MIT
 Summary:        X Damage extension library
 Url:            http://www.x.org
 Group:          System Environment/Libraries
-
 Source:         %{name}-%{version}.tar.bz2
 
 BuildRequires:  pkgconfig(damageproto) >= 1.1.0
@@ -28,8 +27,7 @@ X.Org X11 libXdamage development package.
 %setup -q
 
 %build
-%configure --disable-static \
-           LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--as-needed"
+%configure --disable-static 
 make %{?_smp_mflags}
 
 %install
@@ -37,11 +35,12 @@ make %{?_smp_mflags}
 %remove_docs
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%license COPYING
 %{_libdir}/libXdamage.so.1
 %{_libdir}/libXdamage.so.1.1.0