Disable help index generation on ia64.

This commit is contained in:
Ben Konrath 2006-09-28 14:09:00 +00:00
parent ec43790fb2
commit 591a1a7fe6
1 changed files with 2 additions and 1 deletions

View File

@ -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/\(<antcall target=\"build.index\".*\/>\)/<\!-- \1 -->/" "{}" \;
%endif
@ -1592,6 +1592,7 @@ fi
%changelog
* Wed Sep 27 2006 Ben Konrath <bkonrath@redhat.com> 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 <bkonrath@redhat.com> 3.2.1-0.RC.2
- Don't set eclipse.product incorrectly in %postun of -sdk and -platform.