From 2be763e3c0cb45d5c8fce0017e52f79383b982f2 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jun 25 2009 09:49:15 +0000 Subject: fix timestamps of built documentation for multilib (#477807) --- diff --git a/babl.spec b/babl.spec index 6d8f30b..082fff6 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.0.22 -Release: 3%{?dist} +Release: 4%{?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 @@ -40,6 +40,8 @@ make DESTDIR=%{buildroot} install INSTALL='install -p' 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 @@ -67,6 +69,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jun 25 2009 Nils Philippsen - 0.0.22-4 +- fix timestamps of built documentation for multilib (#477807) + * Mon Feb 23 2009 Fedora Release Engineering - 0.0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild