rpms/eclipse/devel eclipse.spec,1.651,1.652

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Aug 5 18:37:08 UTC 2009


Author: akurtakov

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

Modified Files:
	eclipse.spec 
Log Message:
Manually enable o.e.core.runtime and o.e.equinox.ds because it's not enabled on ppc64.



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -p -r1.651 -r1.652
--- eclipse.spec	5 Aug 2009 09:19:48 -0000	1.651
+++ eclipse.spec	5 Aug 2009 18:37:08 -0000	1.652
@@ -30,7 +30,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        0.3.31%{?dist}
+Release:        0.3.32%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -936,9 +936,14 @@ popd
 rm -r $sdkDir/configuration/org.eclipse.update
 
 %if %{initialize}
+#Find better way to fix this
+sed --in-place "s|org.eclipse.core.runtime,3.5.0.v20090525,plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar,4,false|org.eclipse.core.runtime,3.5.0.v20090525,plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar,4,true|" \
+  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
+sed --in-place "s|org.eclipse.equinox.ds,1.1.0.v20090601,plugins/org.eclipse.equinox.ds_1.1.0.v20090601.jar,4,false|org.eclipse.equinox.ds,1.1.0.v20090601,plugins/org.eclipse.equinox.ds_1.1.0.v20090601.jar,4,true|" \
+  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
 # dump bundles.info and config.ini to check what's wrong with ppc64 build
-cat  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini
-cat  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
+#cat  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini
+#cat  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
 # FIXME: investigate why it doesn't work to set this -- configuration data is
 # always written to /usr/share/eclipse/configuration, even with
 #     -Dosgi.sharedConfiguration.area=$RPM_BUILD_ROOT%{_libdir}/%{name}/configuration
@@ -1488,6 +1493,9 @@ fi
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Wed Aug 5 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.32
+- Manually enable o.e.core.runtime and o.e.equinox.ds because it's not enabled on ppc64.
+
 * Wed Aug 5 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.31
 - Revert initialize call path changes.
 




More information about the fedora-extras-commits mailing list