- 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
|
Summary: A dynamic, any to any, pixel format conversion library
|
||||||
Name: babl
|
Name: babl
|
||||||
Version: 0.1.0
|
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
|
# 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+
|
License: LGPLv3+ and GPLv3+
|
||||||
Group: System Environment/Libraries
|
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
|
cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
|
||||||
rm -rf babl_docs/html/graphics/Makefile*
|
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
|
# fix timestamps for multilib
|
||||||
touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
|
touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
|
||||||
@ -76,6 +76,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Aug 13 2009 Nils Philippsen <nils@redhat.com>
|
||||||
- explain patch status
|
- explain patch status
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user