rpms/eclipse/devel eclipse.spec,1.633,1.634

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Apr 13 20:12:13 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11171/devel

Modified Files:
	eclipse.spec 
Log Message:
Create org.eclipse.swt.gtk.linux.* based on the ppc version.



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.633
retrieving revision 1.634
diff -u -r1.633 -r1.634
--- eclipse.spec	13 Apr 2009 13:56:20 -0000	1.633
+++ eclipse.spec	13 Apr 2009 20:11:42 -0000	1.634
@@ -29,7 +29,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        0.2%{?dist}
+Release:        0.2.1%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -469,6 +469,17 @@
       fi
     done
   popd
+  rm -rf plugins/org.eclipse.swt.gtk.linux.%{_arch}
+  mv plugins/org.eclipse.swt.gtk.linux.{ppc,%{_arch}}
+  pushd plugins/org.eclipse.swt.gtk.linux.linux.%{_arch}
+    for f in $(find -type f); do
+      sed -i -e "s/ppc/%{_arch}/g" $f
+      tofile=$(echo $f | sed "s/ppc/%{_arch}/")
+      if [ $tofile != $f ]; then
+        cp -rp $f $tofile
+      fi
+    done
+  popd
   IFS=$OLDIFS
 
 %endif
@@ -1592,6 +1603,9 @@
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Mon Apr 13 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.2.1
+- Create org.eclipse.swt.gtk.linux.* based on the ppc version.
+
 * Mon Apr 13 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.2
 - Remove patches for the ecj package and others already applied upstream.
 - Rediff some ppc64 patches.




More information about the fedora-extras-commits mailing list