diff --git a/libao.spec b/libao.spec index 9c6173e..7a3e1f3 100644 --- a/libao.spec +++ b/libao.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT 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 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Mon Jul 24 2006 Ray Strode - 0.8.6-3 +- remove all .la files (bug 199058) + * Wed Jul 12 2006 Jesse Keating - 0.8.6-2.1 - rebuild