rpms/xalan-c/devel xalan-c.spec,1.6,1.7

Lubomir Rintel lkundrak at fedoraproject.org
Fri Feb 5 15:56:54 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/xalan-c/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14023

Modified Files:
	xalan-c.spec 
Log Message:
Apply Gentoo bugfix


Index: xalan-c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xalan-c/devel/xalan-c.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- xalan-c.spec	5 Feb 2010 15:03:13 -0000	1.6
+++ xalan-c.spec	5 Feb 2010 15:56:54 -0000	1.7
@@ -9,6 +9,8 @@ URL:            http://xml.apache.org/xa
 Source0:        http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
 Patch0:         xalan-c-1.10.0-escaping.patch
 Patch1:         xalan-c-1.10.0-gcc43.patch
+# http://bugs.gentoo.org/attachment.cgi?id=169168
+Patch2:         xalan-c-1.10.0-new-xerces-c.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xerces-c-devel
@@ -45,6 +47,7 @@ Documentation for %{name}.
 %setup -q -n xml-xalan/c
 %patch0 -p2 -b .escaping
 %patch1 -p2 -b .gcc43
+%patch2 -p0 -b .new-xerces-c
 find -type d -name CVS -print0 | xargs -0 rm -rf
 chmod 644 NOTICE
 



More information about the scm-commits mailing list