From 8b6e80ff09c16d2d4b47895839b097ff08790086 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Mon, 24 Jul 2006 02:50:47 +0000 Subject: [PATCH] Disable build.index doc generation on i386. --- eclipse.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclipse.spec b/eclipse.spec index a58e712..a300d1b 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -649,8 +649,8 @@ sed --in-place "s:/usr/lib/:%{_libdir}/:g" build.sh sed --in-place "s:-L\$(AWT_LIB_PATH):-L%{_jvmdir}/java/jre/lib/%{_arch}:" make_linux.mak popd -# FIXME: figure out what's going on with build.index on ppc64 and s390x -%ifarch ppc64 s390x +# FIXME: figure out what's going on with build.index on ppc64, s390x and i386 +%ifarch ppc64 s390x i386 find plugins -name \*.xml -exec sed --in-place "s/\(\)/<\!-- \1 -->/" "{}" \; %endif @@ -1635,7 +1635,7 @@ fi %changelog * Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_8fc -- Rebuild. +- Disable build.index doc generation on i386. * Sun Jul 23 2006 Andrew Overholt 3.2.0-1jpp_7fc - Remove org.eclipse.ant.ui* from %%files.