diff --git a/xalan-c.spec b/xalan-c.spec index a7fda2d..aac7bdc 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -1,6 +1,6 @@ Name: xalan-c Version: 1.10.0 -Release: 7%{?dist} +Release: 7%{?dist}.1 Summary: Xalan XSLT processor for C Group: System Environment/Libraries @@ -17,6 +17,10 @@ BuildRequires: xerces-c-devel Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig +%if 0%{?rhel} +ExcludeArch: ppc64 +%endif + %description Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. @@ -99,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 04 2010 Lubomir Rintel - 1.10.0-7.1 +- No xerces-c in el6/ppc64 + * Fri Feb 05 2010 Lubomir Rintel - 1.10.0-7 - Rebuild for newer xerces-c