rpms/eclipse-cdt/devel eclipse-cdt.spec,1.67,1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 20:23:54 UTC 2006


Author: overholt

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

Modified Files:
	eclipse-cdt.spec 
Log Message:
* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 3.1.1-4
- Use the new location of copy-platform.



Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- eclipse-cdt.spec	20 Oct 2006 22:37:29 -0000	1.67
+++ eclipse-cdt.spec	6 Nov 2006 20:23:52 -0000	1.68
@@ -21,7 +21,7 @@
 Summary: 	%{pkg_summary}
 Name: 		%{eclipse_name}-cdt
 Version: 	%{majmin}.%{micro}
-Release:	3%{dist}
+Release:	4%{dist}
 License:	Eclipse Public License - v 1.0 (EPL) <http://www.eclipse.org/legal/epl-v10.html>
 Group: 		Text Editors/Integrated Development Environments (IDE)
 URL:		http://www.eclipse.org/cdt
@@ -122,7 +122,7 @@
 export PATH=%{java_bin}:/usr/bin:$PATH
 
 # See comments in the script to understand this.
-/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base}
+/bin/sh -x %{eclipse_lib_base}/buildscripts/copy-platform SDK %{eclipse_base}
 SDK=$(cd SDK >/dev/null && pwd)
 
 # Eclipse may try to write to the home directory.
@@ -136,9 +136,10 @@
 
 # Call eclipse headless to process CDT releng build scripts
 pushd org.eclipse.cdt.releng 
-java -cp  $SDK/startup.jar \
-    -Duser.home=$homedir \
-     org.eclipse.core.launcher.Main \
+java -cp $SDK/startup.jar \
+    -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration                        \
+    -Duser.home=$homedir                        \
+     org.eclipse.core.launcher.Main             \
     -application org.eclipse.ant.core.antRunner \
     -DjavacFailOnError=true \
     -DdontUnzip=true \
@@ -152,9 +153,10 @@
 
 # Autotools build
 pushd autotools
-java -cp %{eclipse_base}/startup.jar                   \
-     -Duser.home=$homedir                              \
-     org.eclipse.core.launcher.Main                    \
+java -cp $SDK/startup.jar \
+     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration                        \
+     -Duser.home=$homedir                        \
+     org.eclipse.core.launcher.Main             \
      -application org.eclipse.ant.core.antRunner       \
      -Dtype=feature                                    \
      -Did=com.redhat.eclipse.cdt.autotools.feature         \
@@ -239,6 +241,9 @@
 %endif
 
 %changelog
+* Mon Nov 06 2006 Andrew Overholt <overholt at redhat.com> 3.1.1-4
+- Use the new location of copy-platform.
+
 * Thu Oct 19 2006 Ben Konrath <bkonrath at redhat.com> 3.1.1-3
 - Remove work-around for gcc bug # 20198.
 - Do not include notice.html and epl-v10.html because these files are already




More information about the fedora-cvs-commits mailing list