- 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.
|
Summary: A library for accessing various audio file formats.
|
||||||
Name: audiofile
|
Name: audiofile
|
||||||
Version: 0.2.6
|
Version: 0.2.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -46,6 +46,7 @@ mkdir -p %{buildroot}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
rm -f docs/Makefile*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -73,6 +74,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 24 2006 Matthias Clasen <mclasen@redhat.com> - 1:0.2.6-3
|
||||||
- Reduce memory consumption by making data tables const
|
- Reduce memory consumption by making data tables const
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user