rpms/eclipse/devel eclipse.spec,1.480,1.481

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Thu Sep 6 15:42:03 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2246

Modified Files:
	eclipse.spec 
Log Message:
* Thu Sep 06 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-16
- Compile SDK to 1.5 bytecode and disable 1.6 plugins.



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- eclipse.spec	5 Sep 2007 20:28:17 -0000	1.480
+++ eclipse.spec	6 Sep 2007 15:41:30 -0000	1.481
@@ -23,7 +23,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        15%{?dist} 
+Release:        16%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -556,7 +556,6 @@
   find -type f ! -name \*.java -a ! -name feature.xml -exec sed --in-place "s/@eye-eh-64_32@/ia64_32/g" "{}" \;
 %endif 
 
-%if %{gcj_support}
 # remove jdt.apt.pluggable.core, jdt.compiler.tool and org.eclipse.jdt.compiler.apt as they require a JVM that supports Java 1.6
 for plugin in jdt.apt.pluggable.core jdt.compiler.tool jdt.compiler.apt; do
   version=$(grep org.eclipse.$plugin plugins/org.eclipse.$plugin/build.xml | grep condition.property | cut -d _ -f 2-3 | cut -d \" -f 1)
@@ -570,7 +569,6 @@
   linenum=$(grep -no "value=\"org.eclipse.$plugin" assemble.org.eclipse.sdk.linux.gtk.%{eclipse_arch}.xml | cut -d : -f 1)
   sed --in-place -e "$(expr $linenum - 2),$(expr $linenum + 1)d" assemble.org.eclipse.sdk.linux.gtk.%{eclipse_arch}.xml
 done
-%endif
 
 # link to the jsch jar
 rm plugins/com.jcraft.jsch_0.1.31.jar
@@ -672,17 +670,10 @@
 # Build the rest of Eclipse
 export CLASSPATH=`pwd`/ecj.jar:$ORIGCLASSPATH
 export JAVA_HOME=%{java_home}
-%if %{gcj_support}
 ant \
   -Dnobootstrap=true \
   -DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
   -Dlibsconfig=true -DjavacSource=1.5 -DjavacTarget=1.5 -DcompilerArg="-encoding ISO-8859-1 -nowarn"
-%else
-ant \
-  -Dnobootstrap=true \
-  -DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
-  -Dlibsconfig=true -DcompilerArg="-encoding ISO-8859-1 -nowarn"
-%endif
 
 ## Build the FileInitializer application
 SDK=$(cd eclipse && pwd)
@@ -1573,6 +1564,9 @@
 %endif
 
 %changelog
+* Thu Sep 06 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-16
+- Compile SDK to 1.5 bytecode and disable 1.6 plugins.
+
 * Wed Sep 05 2007 Andrew Overholt <overholt at redhat.com> 3.3.0-15
 - Update tomcat5, commons-el, and commons-logging to required releases
   with proper OSGi manifests.




More information about the scm-commits mailing list