rpms/java-gnome/F-13 java-gnome-fedorajpkg-compat.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 java-gnome.spec, 1.1, 1.2 sources, 1.2, 1.3 java-gnome-jpackage-compatible-new.patch, 1.1, NONE

abo abo at fedoraproject.org
Tue Jul 20 05:11:40 UTC 2010


Author: abo

Update of /cvs/pkgs/rpms/java-gnome/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1240/F-13

Modified Files:
	.cvsignore import.log java-gnome.spec sources 
Added Files:
	java-gnome-fedorajpkg-compat.patch 
Removed Files:
	java-gnome-jpackage-compatible-new.patch 
Log Message:
update to 4.0.16

java-gnome-fedorajpkg-compat.patch:
 configure |   28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

--- NEW FILE java-gnome-fedorajpkg-compat.patch ---
--- configure	2010-06-17 02:13:17.000000000 +0200
+++ configure.fedjpkgcompat	2010-07-17 14:08:10.952997785 +0200
@@ -623,7 +623,7 @@
 	# and Ubuntu
 	$os = "debian";
 } elsif ( -f "/etc/fedora-release" ) {
-	output "Fedora Core";
+	output "Fedora";
 	$os = "fedora";
 } elsif ( -f "/etc/SuSE-release" ) {
 	output "Open SuSE";
@@ -642,6 +642,15 @@
 } elsif ( -f "/etc/slackware-version" ) {
 	output "Slackware";
 	$os = "slackware";
+} elsif ( -f "/etc/centos-release" ) {
+	output "CentOS";
+	$os = "fedora";
+} elsif ( -f "/etc/redhat-release" ) {
+	output "RedHat";
+	$os = "fedora";
+} elsif ( -f "/etc/java/jpackage-release" ) {
+	output "JPackage";
+	$os = "fedora";
 }
 
 if ($os) {
@@ -1146,11 +1155,11 @@
 		$javadoc_candidate = "$jdk_home/bin/javadoc";
 		$vendor = "Specified";
 	} else {
-		$javac_candidate = "/usr/lib/jvm/java-ibm/bin/javac";
-		$javah_candidate = "/usr/lib/jvm/java-ibm/bin/javah";
-		$jar_candidate = "/usr/lib/jvm/java-ibm/bin/jar";
-		$javadoc_candidate = "/usr/lib/jvm/java-ibm/bin/javadoc";
-		$vendor = "IBM";
+		$javac_candidate = "/usr/bin/javac";
+		$javah_candidate = "/usr/bin/javah";
+		$jar_candidate = "/usr/bin/jar";
+		$javadoc_candidate = "/usr/bin/javadoc";
+		$vendor = "System Default";
 	}
 	check_compiler($javac, "$vendor javac", $javac_candidate, "-g -source 1.5 -target 1.5");
 
@@ -1515,8 +1524,8 @@
 		$java_candidate = "$jdk_home/bin/java";
 		$vendor = "Specified";
 	} else {
-		$java_candidate = "/usr/lib/jvm/jre-ibm/bin/java";
-		$vendor = "IBM";
+		$java_candidate = "/usr/bin/java";
+		$vendor = "System Default";
 	}
 	check_runtime($java, "$vendor java VM", $java_candidate, "-client -ea");
 
@@ -1998,6 +2007,9 @@
 	my $jni_include = "";
 	my $java_home = dirname($java);
 	$java_home =~ s/\/bin$//;
+	if ($os eq "fedora" && $java_home eq "/usr") {
+	    $java_home = "/usr/lib/jvm/java";
+	}
 
 	if (!-d "$java_home"."/include") {
 		$java_home =~ s/\/jre//;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/java-gnome/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	25 Apr 2010 11:31:41 -0000	1.2
+++ .cvsignore	20 Jul 2010 05:11:40 -0000	1.3
@@ -1 +1 @@
-java-gnome-4.0.15.tar.bz2
+java-gnome-4.0.16.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/java-gnome/F-13/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	25 Apr 2010 11:31:41 -0000	1.1
+++ import.log	20 Jul 2010 05:11:40 -0000	1.2
@@ -1 +1,2 @@
 java-gnome-4_0_15-3_fc14:F-13:java-gnome-4.0.15-3.fc14.src.rpm:1272193814
+java-gnome-4_0_16-3_fc14:F-13:java-gnome-4.0.16-3.fc14.src.rpm:1279602561


Index: java-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-gnome/F-13/java-gnome.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- java-gnome.spec	25 Apr 2010 11:31:42 -0000	1.1
+++ java-gnome.spec	20 Jul 2010 05:11:40 -0000	1.2
@@ -1,6 +1,6 @@
 Summary:	Java GNOME bindings
 Name:		java-gnome
-Version:	4.0.15
+Version:	4.0.16
 Release:	3%{?dist}
 URL:		http://java-gnome.sourceforge.net
 Source0:	http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/java-gnome-%{version}.tar.bz2
@@ -27,11 +27,10 @@ BuildRequires:	junit
 BuildRequires:	python
 BuildRequires:	java-devel >= 1:1.6.0
 BuildRequires:	jpackage-utils
-BuildRequires:	xorg-x11-server-Xvfb
 Requires:	java >= 1:1.6.0
 Requires:	jpackage-utils
-# http://bugzilla.gnome.org/show_bug.cgi?id=523656
-Patch0:	java-gnome-jpackage-compatible-new.patch
+# Pulled from upstream, will be in the next release.
+Patch0:	java-gnome-fedorajpkg-compat.patch
 
 %description
 These are the Java bindings for GTK and GNOME! Featuring a robust 
@@ -105,6 +104,17 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Mon Jul 19 2010 Alexander Boström <abo at root.snowtree.se> - 4.0.16-3
+- remove Xvfb buildreq (not used)
+
+* Sat Jul 17 2010 Alexander Boström <abo at root.snowtree.se> - 4.0.16-2
+- rebase configure patch
+
+* Tue Jun 22 2010 Alexander Boström <abo at root.snowtree.se> - 4.0.16-1
+- update to 4.0.16
+- simplify the configure script patch
+- pull configure patch from upstream bzr
+
 * Sun Apr 18 2010 Alexander Boström <abo at root.snowtree.se> - 4.0.15-3
 - add back the jar symlink
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/java-gnome/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	25 Apr 2010 11:31:42 -0000	1.2
+++ sources	20 Jul 2010 05:11:40 -0000	1.3
@@ -1 +1 @@
-613492d9d1640213701f5d3e566a06df  java-gnome-4.0.15.tar.bz2
+c95a24124f2af781230d3cf64e48ce7a  java-gnome-4.0.16.tar.bz2


--- java-gnome-jpackage-compatible-new.patch DELETED ---



More information about the scm-commits mailing list