From 1e18a2b458dba0d0f02cfe6430c76a39dcb799a8 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Dec 18 2009 15:28:02 +0000 Subject: - Remove the *.la files --- diff --git a/babl.spec b/babl.spec index 595e295..0cf5af3 100644 --- a/babl.spec +++ b/babl.spec @@ -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 - 0.1.0-5 +- Remove the *.la files + * Thu Aug 13 2009 Nils Philippsen - explain patch status