diff --git a/libao.spec b/libao.spec index 0c61a77..991219f 100644 --- a/libao.spec +++ b/libao.spec @@ -1,7 +1,7 @@ Summary: Cross Platform Audio Output Library. Name: libao Version: 0.8.3 -Release: 1 +Release: 3 Group: System Environment/Libraries Copyright: GPL URL: http://www.xiph.org/ @@ -37,6 +37,9 @@ make rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +# remove unpackaged files from the buildroot +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + %files %defattr(-,root,root) %doc AUTHORS CHANGES COPYING README @@ -59,6 +62,12 @@ make DESTDIR=$RPM_BUILD_ROOT install %postun -p /sbin/ldconfig %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Nov 29 2002 Tim Powers 0.8.3-2 +- remove unpackaged files from the buildroot + * Fri Jul 18 2002 Bill Nottingham 0.8.3-1 - update to 0.8.3