rpms/babl/devel babl.spec,1.10,1.11

Nils Philippsen nphilipp at fedoraproject.org
Thu Jun 25 09:49:44 UTC 2009


Author: nphilipp

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

Modified Files:
	babl.spec 
Log Message:
fix timestamps of built documentation for multilib (#477807)


Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- babl.spec	3 Jun 2009 18:29:11 -0000	1.10
+++ babl.spec	25 Jun 2009 09:49:13 -0000	1.11
@@ -1,7 +1,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.0
-Release:	1%{?dist}
+Release:	2%{?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
@@ -43,6 +43,8 @@ make DESTDIR=%{buildroot} install INSTAL
 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*
+# fix timestamps for multilib
+touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
 
 rm -rf %{buildroot}%{_libdir}/*.la
 
@@ -70,6 +72,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jun 25 2009 Nils Philippsen <nils at redhat.com> - 0.1.0-2
+- fix timestamps of built documentation for multilib (#477807)
+
 * Fri May 22 2009 Deji Akingunola <dakingun at gmail.com> - 0.1.0-1
 - Update to latest release (0.1.0)
 




More information about the fedora-extras-commits mailing list