rpms/libaio/devel libaio.spec,1.33,1.34

Jeffrey E. Moyer jmoyer at fedoraproject.org
Tue Jan 19 17:38:17 UTC 2010


Author: jmoyer

Update of /cvs/pkgs/rpms/libaio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3832

Modified Files:
	libaio.spec 
Log Message:
- Get rid of the static library (Bug 556059)



Index: libaio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libaio/devel/libaio.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- libaio.spec	9 Oct 2009 21:38:13 -0000	1.33
+++ libaio.spec	19 Jan 2010 17:38:16 -0000	1.34
@@ -1,6 +1,6 @@
 Name: libaio
 Version: 0.3.109
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Linux-native asynchronous I/O access library
 License: LGPLv2+
 Group:  System Environment/Libraries
@@ -68,9 +68,12 @@ make destdir=$RPM_BUILD_ROOT prefix=/ li
 %defattr(-,root,root)
 %attr(0644,root,root) %{_includedir}/*
 %attr(0755,root,root) %{usrlibdir}/libaio.so*
-%attr(0644,root,root) %{_libdir}/libaio.a
+%exclude %{_libdir}/libaio.a
 
 %changelog
+* Tue Jan 19 2010 Jeff Moyer <jmoyer at redhat.com> - 0.3.109-2
+- Get rid of the static library. (Bug 556059)
+
 * Fri Oct  9 2009 Jeff Moyer <jmoyer at redhat.com> - 0.3.109-1
 - Pull in upstream .109 to get ARM architecture support.
 - Remove the broken sparc patch;  it should go upstream first.



More information about the scm-commits mailing list