- Remove the *.la files
This commit is contained in:
parent
91cbe24b8f
commit
1e18a2b458
@ -1,7 +1,7 @@
|
||||
Summary: A dynamic, any to any, pixel format conversion library
|
||||
Name: babl
|
||||
Version: 0.1.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
|
||||
License: LGPLv3+ and GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
@ -47,7 +47,7 @@ mkdir -p babl_docs babl_docs/html
|
||||
cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
|
||||
rm -rf babl_docs/html/graphics/Makefile*
|
||||
|
||||
rm -rf %{buildroot}%{_libdir}/*.la
|
||||
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
# fix timestamps for multilib
|
||||
touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
|
||||
@ -76,6 +76,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2009 Deji Akingunola <dakingun@gmail.com> - 0.1.0-5
|
||||
- Remove the *.la files
|
||||
|
||||
* Thu Aug 13 2009 Nils Philippsen <nils@redhat.com>
|
||||
- explain patch status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user