rpms/babl/devel babl.spec,1.17,1.18

Deji Akingunola deji at fedoraproject.org
Fri Dec 18 15:28:02 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/babl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16221

Modified Files:
	babl.spec 
Log Message:
* Fri Dec 18 2009 Deji Akingunola <dakingun at gmail.com> - 0.1.0-5
- Remove the *.la files



Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- babl.spec	13 Aug 2009 13:43:37 -0000	1.17
+++ babl.spec	18 Dec 2009 15:28:02 -0000	1.18
@@ -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 at gmail.com> - 0.1.0-5
+- Remove the *.la files
+
 * Thu Aug 13 2009 Nils Philippsen <nils at redhat.com>
 - explain patch status
 




More information about the fedora-extras-commits mailing list