rpms/eclipse-changelog/devel eclipse-changelog.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 20 21:41:11 UTC 2005


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

Modified Files:
	eclipse-changelog.spec 
Log Message:
* Wed Apr 20 2005 Phil Muldoon <pmuldoon at redhat.com> 2.0.1_fc-20
- Fixed SDK symlink so Python parser will build
- Remove -DjavacFailOnError=false from java -cp command



Index: eclipse-changelog.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-changelog/devel/eclipse-changelog.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- eclipse-changelog.spec	4 Apr 2005 03:31:18 -0000	1.24
+++ eclipse-changelog.spec	20 Apr 2005 21:41:09 -0000	1.25
@@ -20,7 +20,7 @@
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-changelog
 Version: 	%{changelog_majmin}.%{changelog_micro}_fc
-Release:        19
+Release:        20 
 License:	EPL (Eclipse Public License)  <http://www.eclipse.org/legal/epl-v10.html>
 Group:		Text Editors/Integrated Development Environments (IDE)
 URL:		http://www.redhat.com
@@ -67,6 +67,8 @@
 
 # See comments in the script to understand this.
 /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} cdt
+ln -s %{eclipse_base}/plugins/org.python.pydev_* SDK/plugins
+
 SDK=$(cd SDK && pwd)
 
 mkdir home
@@ -87,7 +89,6 @@
     -Dgnu.gcj.runtime.VMClassLoader.library_control=never \
      org.eclipse.core.launcher.Main \
     -application org.eclipse.ant.core.antRunner \
-    -DjavacFailOnError=false \
     -DdontUnzip=true \
     -DbaseLocation=$SDK \
     -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \
@@ -103,7 +104,7 @@
          cd $nativehome/eclipse/plugins
 	 for jarname in `find . -type f -name "*.jar"`; do
 		jarname=`echo $jarname | cut -c3-`
-		gcj -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic  -o $jarname.so $jarname
+		gcj -fPIC -O2 -fjni -findirect-dispatch -shared -Wl,-Bsymbolic  -o $jarname.so $jarname
 
 		# Once compiled, we don't care about the jar (it's still in the original tar)
 		rm $jarname
@@ -170,6 +171,10 @@
 %{_libdir}/gcj-4.0.0/classmap.db.d/%{name}.db
 
 %changelog
+* Wed Apr 20 2005 Phil Muldoon <pmuldoon at redhat.com> 2.0.1_fc-20
+- Fixed SDK symlink so Python parser will build
+- Remove -DjavacFailOnError=false from java -cp command
+
 * Sun Apr 03 2005 Andrew Overholt <overholt at redhat.com> 2.0.1_fc-19
 - Make use of rebuild-gcj-db.
 - Use system-wide classmap.db.




More information about the fedora-cvs-commits mailing list