rpms/eclipse/devel eclipse.spec,1.319,1.320

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Sep 10 14:09:58 UTC 2006


Author: bkonrath

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32176

Modified Files:
	eclipse.spec 
Log Message:
- Disable help index generation on s390.


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- eclipse.spec	9 Sep 2006 20:21:55 -0000	1.319
+++ eclipse.spec	10 Sep 2006 14:09:56 -0000	1.320
@@ -652,8 +652,8 @@
 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 @@
 %changelog
 * Thu Sep 07 2006 Ben Konrath <bkonrath at redhat.com> 3.2.0-5
 - Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding().
-- Add sparc support (Dennis Gilmore <dennis at ausil.us>)
+- Add sparc support (Dennis Gilmore <dennis at ausil.us>).
+- Disable help index generation on s390.
 
 * Wed Sep 06 2006 Ben Konrath <bkonrath at redhat.com> 3.2.0-4
 - Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because




More information about the fedora-cvs-commits mailing list