rpms/libvte-java/devel libvte-java-gjavah.patch, NONE, 1.1 libvte-java.spec, 1.30, 1.31 libvte-java-javah.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 6 15:23:37 UTC 2007


Author: skasal

Update of /cvs/dist/rpms/libvte-java/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15643

Modified Files:
	libvte-java.spec 
Added Files:
	libvte-java-gjavah.patch 
Removed Files:
	libvte-java-javah.patch 
Log Message:
- Rename the gcjh -> gjavah patch.

libvte-java-gjavah.patch:
 configure    |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE libvte-java-gjavah.patch ---
--- ./configure.orig	2006-08-03 16:51:18.000000000 +0200
+++ ./configure	2007-03-05 20:35:59.366449000 +0100
@@ -22021,7 +22021,7 @@
 
 
 
-for ac_prog in "gcjh -jni" "javah"
+for ac_prog in "gjavah -jni" "javah"
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -22060,7 +22060,7 @@
 
   test -n "$JAVAH" && break
 done
-test -n "$JAVAH" || JAVAH="gcjh -jni"
+test -n "$JAVAH" || JAVAH="gjavah -jni"
 
 
           ac_config_files="$ac_config_files Makefile"
--- ./configure.ac.orig	2006-08-03 16:51:00.000000000 +0200
+++ ./configure.ac	2007-03-05 20:36:05.603202000 +0100
@@ -54,7 +54,7 @@
 AC_SUBST(VTE_CFLAGS)
 AC_SUBST(VTE_LIBS)
 
-AC_CHECK_PROGS([JAVAH], ["gcjh -jni" "javah"], [gcjh -jni])
+AC_CHECK_PROGS([JAVAH], ["gjavah -jni" "javah"], [gjavah -jni])
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([vte-java.pc])


Index: libvte-java.spec
===================================================================
RCS file: /cvs/dist/rpms/libvte-java/devel/libvte-java.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libvte-java.spec	5 Mar 2007 19:39:19 -0000	1.30
+++ libvte-java.spec	6 Mar 2007 15:23:35 -0000	1.31
@@ -1,7 +1,7 @@
 Summary:   Wrapper library for GNOME VTE
 Name:      libvte-java 
 Version:   0.12.1
-Release:   7%{?dist}
+Release:   8%{?dist}
 URL:       http://java-gnome.sourceforge.net
 Source0:   http://ftp.gnome.org/pub/GNOME/sources/%{name_base}/0.12/%{name}-%{version}.tar.bz2
 License:   LGPL
@@ -9,7 +9,7 @@
 BuildRoot: %{_tmppath}/libvte-java
 
 Patch:	libvte-java-alias.patch
-Patch1:	libvte-java-javah.patch
+Patch1:	%{name}-gjavah.patch
 
 Requires: 	glib-java >= 0.2.4
 Requires:	libgtk-java >= 2.8.4
@@ -103,6 +103,9 @@
 %{_datadir}/java/*.zip
 
 %changelog
+* Tue Mar  6 2007 Stepan Kasal <skasal at redhat.com> - 0.12.1-8
+- Rename the gcjh -> gjavah patch.
+
 * Mon Mar  5 2007 Stepan Kasal <skasal at redhat.com> - 0.12.1-7
 - Add patch for gcjh -> gjavah; touch aclocal.m4, configure, Makefile.in
   after applying it.


--- libvte-java-javah.patch DELETED ---




More information about the fedora-cvs-commits mailing list