rpms/libao/devel libao.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 19:39:35 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/libao/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4265

Modified Files:
	libao.spec 
Log Message:
- remove all .la files (bug 199058)



Index: libao.spec
===================================================================
RCS file: /cvs/dist/rpms/libao/devel/libao.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libao.spec	12 Jul 2006 06:45:35 -0000	1.21
+++ libao.spec	24 Jul 2006 19:39:30 -0000	1.22
@@ -1,7 +1,7 @@
 Summary: Cross Platform Audio Output Library.
 Name: libao
 Version: 0.8.6
-Release: 2.1
+Release: 3
 Group: System Environment/Libraries
 License: GPL
 URL: http://www.xiph.org/
@@ -40,7 +40,7 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # remove unpackaged files from the buildroot
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \;
 
 %files
 %defattr(-,root,root)
@@ -65,6 +65,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Jul 24 2006 Ray Strode <rstrode at redhat.com> - 0.8.6-3
+- remove all .la files (bug 199058)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.8.6-2.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list