rpms/eclipse/devel eclipse.spec,1.558,1.559

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Tue Jul 22 18:38:29 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23605

Modified Files:
	eclipse.spec 
Log Message:
Exclude win32 files from non-upstream arch hack


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.558
retrieving revision 1.559
diff -u -r1.558 -r1.559
--- eclipse.spec	22 Jul 2008 17:28:14 -0000	1.558
+++ eclipse.spec	22 Jul 2008 18:37:45 -0000	1.559
@@ -419,7 +419,7 @@
 # Move all of the ia64 directories and files to ppc64 or sparc{,64} or alpha dirs and replace 
 # the ia64 strings with ppc64, etc.
 %ifarch ppc64 sparc sparcv9 sparc64 alpha
-  for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32); do
+  for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32 | grep -v win32); do
     tofile=$(echo $f | sed "s/ia64/%{_arch}/")
     mv $f $tofile
 #    sed --in-place "s/ia64/%{_arch}/g" $tofile




More information about the fedora-extras-commits mailing list