From 97063c29633d3f698e1232d89d104b8b28b9a927 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 15 May 2008 09:24:00 +0000 Subject: [PATCH] Try to fix multiarch problems, Daniel --- libxml2.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 4c282ef..6e38a48 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.6.32 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz @@ -70,10 +70,13 @@ gzip -9 ChangeLog rm -fr %{buildroot} %makeinstall -(cd doc/examples ; make clean ; rm -rf .deps) gzip -9 doc/libxml2-api.xml rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +# multiarch crazyness on timestamp differences or Makefile/binaries for examples +touch -m --reference=$RPM_BUILD_ROOT/%{prefix}/include/libxml2/libxml/parser.h $RPM_BUILD_ROOT/%{prefix}/bin/xml2-config +(cd doc/examples ; make clean ; rm -rf .deps Makefile) + %clean rm -fr %{buildroot} @@ -130,7 +133,10 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Tue Apr 8 2008 Daniel Veillard 2.6.31-2.fc9 +* Thu May 15 2008 Daniel Veillard 2.6.31-2.fc10 +- try to fix multiarch problems like #440206 + +* Tue Apr 8 2008 Daniel Veillard 2.6.31-1.fc9 - upstream release 2.6.32 see http://xmlsoft.org/news.html - many bug fixed upstream