From 0ef7e691107249303ea2f8b91f7a0d3d238eed8f Mon Sep 17 00:00:00 2001 From: rafaels Date: Wed, 8 Mar 2006 22:39:46 +0000 Subject: [PATCH] excluded s390[x] and ppc64 due to eclipse --- xalan-j2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xalan-j2.spec b/xalan-j2.spec index bb5e27e..176f1fd 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -4,7 +4,7 @@ Name: xalan-j2 Version: %{version} -Release: 3jpp_9fc +Release: 3jpp_10fc Epoch: 0 Summary: Java XSLT processor License: Apache Software License @@ -30,6 +30,9 @@ BuildRequires: java-gcj-compat-devel >= 1.0.31 Requires(post): java-gcj-compat >= 1.0.31 Requires(postun): java-gcj-compat >= 1.0.31 +# excluded due to eclipse +ExcludeArch: s390 s390x ppc64 + %description Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations @@ -216,6 +219,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name} %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-samples.jar.* %changelog +* Wed Mar 8 2006 Rafael Schloming - 0:2.6.0-3jpp_10fc +- excluded s390[x] and ppc64 due to eclipse + * Mon Mar 6 2006 Jeremy Katz - 0:2.6.0-3jpp_9fc - stop scriptlet spew