From 5e83817566ca6df7cdee7989fe98069197de94df Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Sep 10 2006 14:09:56 +0000 Subject: - Disable help index generation on s390. --- diff --git a/eclipse.spec b/eclipse.spec index 68fa8a0..3863826 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -652,8 +652,8 @@ 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 s390x i386 - find plugins -name \*.xml -exec sed --in-place "s/\(\)/<\!-- \1 -->/" "{}" \; +%ifarch ppc64 s390 s390x i386 + find plugins -type f -name \*.xml -exec sed --in-place "s/\(\)/<\!-- \1 -->/" "{}" \; %endif # nasty hack to get suppport for ppc64, s390(x) and sparc(64) @@ -1602,7 +1602,8 @@ fi %changelog * Thu Sep 07 2006 Ben Konrath 3.2.0-5 - Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding(). -- Add sparc support (Dennis Gilmore ) +- Add sparc support (Dennis Gilmore ). +- Disable help index generation on s390. * Wed Sep 06 2006 Ben Konrath 3.2.0-4 - Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because