rpms/eclipse/devel eclipse.spec,1.305,1.306

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 02:50:49 UTC 2006


Author: bkonrath

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

Modified Files:
	eclipse.spec 
Log Message:
Disable build.index doc generation on i386.


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- eclipse.spec	23 Jul 2006 22:03:21 -0000	1.305
+++ eclipse.spec	24 Jul 2006 02:50:47 -0000	1.306
@@ -649,8 +649,8 @@
 sed --in-place "s:-L\$(AWT_LIB_PATH):-L%{_jvmdir}/java/jre/lib/%{_arch}:" make_linux.mak
 popd
 
-# FIXME: figure out what's going on with build.index on ppc64 and s390x   
-%ifarch ppc64 s390x
+# 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 -->/" "{}" \;
 %endif
 
@@ -1635,7 +1635,7 @@
 
 %changelog
 * Sun Jul 23 2006 Ben Konrath <bkonrath at redhat.com> 3.2.0-1jpp_8fc
-- Rebuild.
+- Disable build.index doc generation on i386.
 
 * Sun Jul 23 2006 Andrew Overholt <overholt at redhat.com> 3.2.0-1jpp_7fc
 - Remove org.eclipse.ant.ui* from %%files.




More information about the fedora-cvs-commits mailing list