rpms/eclipse/devel eclipse.spec,1.654,1.655

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Aug 7 07:13:08 UTC 2009


Author: akurtakov

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

Modified Files:
	eclipse.spec 
Log Message:
Fix missing fragment on ppc64.


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.654
retrieving revision 1.655
diff -u -p -r1.654 -r1.655
--- eclipse.spec	6 Aug 2009 15:57:33 -0000	1.654
+++ eclipse.spec	7 Aug 2009 07:13:06 -0000	1.655
@@ -30,7 +30,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        0.3.33%{?dist}
+Release:        0.3.34%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -419,6 +419,7 @@ IFS='
 
   mv buildConfigs/eclipse-build-config/build.properties.java buildConfigs/eclipse-build-config/build.properties
   sed -i -e "s|contributed/gtk/linux/ppc64|bin/gtk/linux/ppc64|g" buildConfigs/eclipse-build-config/productFiles/rcpConfig/build.properties
+  sed -i -e "s|s390x|%{_arch}|" features/org.eclipse.rcp/feature.xml
   sed -i -e "s/%{_arch}/s390x/g" plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF
   sed -i -e "s/%{_arch}/s390x/g" plugins/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
 %endif
@@ -1490,6 +1491,9 @@ fi
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Fri Aug 7 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.34
+- Fix missing fragment on ppc64.
+
 * Thu Aug 6 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.33
 - Fix missing launcher for ppc64.
 




More information about the scm-commits mailing list