rpms/ice/devel ice.spec,1.26,1.27

Mary Ellen Foster mef at fedoraproject.org
Mon Feb 23 15:27:04 UTC 2009


Author: mef

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

Modified Files:
	ice.spec 
Log Message:
Build with OpenJDK instead of GCJ


Index: ice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ice/devel/ice.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ice.spec	6 Feb 2009 10:35:28 -0000	1.26
+++ ice.spec	23 Feb 2009 15:26:33 -0000	1.27
@@ -4,7 +4,7 @@
 
 Name: ice
 Version: 3.3.0
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: The Ice base runtime and services
 
 Group: System Environment/Libraries
@@ -63,7 +63,7 @@
 BuildRequires: libmcpp-devel >= 2.7.1
 BuildRequires: dos2unix
 
-BuildRequires:  java-devel >= 1.5.0
+BuildRequires:  java-1.6.0-openjdk-devel
 
 BuildRequires:  jgoodies-forms, jgoodies-looks
 BuildRequires:  /usr/bin/convert
@@ -202,7 +202,7 @@
 
 %build
 # Set the CLASSPATH correctly for the Java compile
-export CLASSPATH=`build-classpath db jgoodies-forms jgoodies-looks ant`
+export CLASSPATH=`build-classpath db jgoodies-forms jgoodies-looks`
 
 # Compile the main Ice runtime
 cd ${RPM_BUILD_DIR}/Ice-%{version}
@@ -558,6 +558,11 @@
 %config(noreplace) %{_sysconfdir}/php.d/ice.ini
 
 %changelog
+* Mon Feb 23 2009 Mary Ellen Foster <mefoster at gmail.com> - 3.3.0-13
+- Explicitly BuildRequire OpenJDK to fix a build failure on rawhide
+- Fix author name in previous change log
+- No longer include ant.jar in the CLASSPATH for building
+
 * Fri Feb  6 2009 Mary Ellen Foster <mefoster at gmail.com> - 3.3.0-12
 - Include Debian patch for GCC 4.4
 




More information about the fedora-extras-commits mailing list