- Disable help index generation on s390.

This commit is contained in:
Ben Konrath 2006-09-10 14:09:56 +00:00
parent ddc911faf4
commit 5e83817566
1 changed files with 4 additions and 3 deletions

View File

@ -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/\(<antcall target=\"build.index\".*\/>\)/<\!-- \1 -->/" "{}" \;
%ifarch ppc64 s390 s390x i386
find plugins -type f -name \*.xml -exec sed --in-place "s/\(<antcall target=\"build.index\".*\/>\)/<\!-- \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 <bkonrath@redhat.com> 3.2.0-5
- Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding().
- Add sparc support (Dennis Gilmore <dennis@ausil.us>)
- Add sparc support (Dennis Gilmore <dennis@ausil.us>).
- Disable help index generation on s390.
* Wed Sep 06 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-4
- Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because