- remove all .la files (bug 199058)
This commit is contained in:
parent
4a025c63b8
commit
432220cc6e
@ -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 <rstrode@redhat.com> - 0.8.6-3
|
||||
- remove all .la files (bug 199058)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-2.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user