From 591a1a7fe637ab7cac77e81568f1b04629ac8224 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Sep 28 2006 14:09:00 +0000 Subject: Disable help index generation on ia64. --- diff --git a/eclipse.spec b/eclipse.spec index e222fb7..ac50c66 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -646,7 +646,7 @@ sed --in-place "s:-L\$(AWT_LIB_PATH):-L%{_jvmdir}/java/jre/lib/%{_arch}:" make_l popd # FIXME: figure out what's going on with build.index on ppc64, s390x and i386 -%ifarch ppc64 s390 s390x i386 +%ifarch ppc64 s390 s390x i386 ia64 find plugins -type f -name \*.xml -exec sed --in-place "s/\(\)/<\!-- \1 -->/" "{}" \; %endif @@ -1592,6 +1592,7 @@ fi %changelog * Wed Sep 27 2006 Ben Konrath 3.2.1-0.RC.3 - Fix typo in %postun of -sdk and -platform. +- Disable help index generation on ia64. * Tue Sep 26 2006 Ben Konrath 3.2.1-0.RC.2 - Don't set eclipse.product incorrectly in %postun of -sdk and -platform.