From 5f0ec3c4f1b5b2a1406bbb1c83aee70143df32cb Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 17 Apr 2006 21:12:46 +0000 Subject: [PATCH] - Remove Makefile* from docs so they are not installed --- audiofile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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