rpms/eclipse-changelog/F-10 eclipse-changelog.spec,1.73,1.74

Jeff Johnston jjohnstn at fedoraproject.org
Wed Dec 10 20:22:20 UTC 2008


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse-changelog/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21745

Modified Files:
	eclipse-changelog.spec 
Log Message:

* Wed Dec 10 2008 Jeff Johnston <jjohnstn at redhat.com> 2.6.4-1
- 2.6.4.
- Add javacSource and javacTarget parameters to pdebuild call.
- Fixes #253016




Index: eclipse-changelog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-changelog/F-10/eclipse-changelog.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- eclipse-changelog.spec	10 Dec 2008 19:30:22 -0000	1.73
+++ eclipse-changelog.spec	10 Dec 2008 20:21:50 -0000	1.74
@@ -44,7 +44,10 @@
 %setup -q -c -n eclipse-changelog-%{version}
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -d cdt
+%{eclipse_base}/buildscripts/pdebuild -d cdt \
+-a "-DjavacSource=1.5 -DjavacTarget=1.5" \
+ -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +67,7 @@
 %changelog
 * Wed Dec 10 2008 Jeff Johnston <jjohnstn at redhat.com> 2.6.4-1
 - 2.6.4.
+- Add javacSource and javacTarget parameters to pdebuild call.
 - Fixes #253016
 
 * Mon Nov 24 2008 Jeff Johnston <jjohnstn at redhat.com> 2.6.3-2




More information about the fedora-extras-commits mailing list