From 4d63a1eabec04ebfd8c7a2cab45b579047966c46 Mon Sep 17 00:00:00 2001 From: Lillian Angel Date: Nov 27 2007 20:10:56 +0000 Subject: - Added ExcludeArch to exclude building on ppc and ppc64. IcedTea is not available on ppc/64 archs. --- diff --git a/fop.spec b/fop.spec index 1ee282a..ed7a4c8 100644 --- a/fop.spec +++ b/fop.spec @@ -26,6 +26,7 @@ BuildRequires: ant-trax BuildRequires: java-1.7.0-icedtea-devel BuildRequires: java-1.7.0-icedtea-javadoc BuildArch: noarch +ExcludeArch: ppc ppc64 %description FOP is the world's first print formatter driven by XSL formatting @@ -102,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 27 2007 Lillian Angel - 0.94-1 +- Added ExcludeArch to exclude building on ppc and ppc64. IcedTea is not +available on ppc/64 archs. + * Fri Nov 23 2007 Lillian Angel - 0.94-1 - Fixed rpmlint errors.