rpms/eclipse/devel eclipse.spec,1.331,1.332

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 28 14:09:03 UTC 2006


Author: bkonrath

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

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


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- eclipse.spec	27 Sep 2006 11:50:42 -0000	1.331
+++ eclipse.spec	28 Sep 2006 14:09:00 -0000	1.332
@@ -646,7 +646,7 @@
 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 @@
 %changelog
 * Wed Sep 27 2006 Ben Konrath <bkonrath at 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 at redhat.com> 3.2.1-0.RC.2
 - Don't set eclipse.product incorrectly in %postun of -sdk and -platform.




More information about the fedora-cvs-commits mailing list