diff --git a/audiofile.spec b/audiofile.spec index dc6de04..290e843 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -1,7 +1,7 @@ Summary: A library for accessing various audio file formats. Name: audiofile Version: 0.2.6 -Release: 3 +Release: 4 Epoch: 1 License: LGPL Group: System Environment/Libraries @@ -46,6 +46,7 @@ mkdir -p %{buildroot} %makeinstall rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f docs/Makefile* %post /sbin/ldconfig @@ -73,6 +74,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/* %changelog +* Mon Apr 17 2006 John (J5) Palmieri - 1:0.2.6-4 +- Remove Makefile* from docs so they are not installed + * Fri Mar 24 2006 Matthias Clasen - 1:0.2.6-3 - Reduce memory consumption by making data tables const