rpms/libxml2/F-9 libxml2.spec,1.53,1.54

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Thu May 15 10:48:03 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libxml2/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16192

Modified Files:
	libxml2.spec 
Log Message:
try to fix multiarch problems like #440206, Daniel



Index: libxml2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml2/F-9/libxml2.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- libxml2.spec	11 Apr 2008 09:44:27 -0000	1.53
+++ libxml2.spec	15 May 2008 10:47:26 -0000	1.54
@@ -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 @@
 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 @@
 %doc doc/python.html
 
 %changelog
-* Tue Apr  8 2008 Daniel Veillard <veillard at redhat.com> 2.6.31-2.fc9
+* Thu May 15 2008 Daniel Veillard <veillard at redhat.com> 2.6.31-2.fc9
+- try to fix multiarch problems like #440206
+
+* Tue Apr  8 2008 Daniel Veillard <veillard at redhat.com> 2.6.31-1.fc9
 - upstream release 2.6.32 see http://xmlsoft.org/news.html
 - many bug fixed upstream
 




More information about the fedora-extras-commits mailing list