- Remove Makefile* from docs so they are not installed
This commit is contained in:
parent
7663a92de7
commit
5f0ec3c4f1
@ -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 <johnp@redhat.com> - 1:0.2.6-4
|
||||
- Remove Makefile* from docs so they are not installed
|
||||
|
||||
* Fri Mar 24 2006 Matthias Clasen <mclasen@redhat.com> - 1:0.2.6-3
|
||||
- Reduce memory consumption by making data tables const
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user