rpms/libvte-java/FC-5 libvte-java-alias.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 libvte-java.spec, 1.14, 1.15 sources, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 15 13:25:38 UTC 2006


Author: skasal

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

Modified Files:
	.cvsignore libvte-java.spec sources 
Added Files:
	libvte-java-alias.patch 
Log Message:
- New upstream version.
- Use the %{?dist} tag.
- Use `make %{?_smp_mflags}'.
- Move pkgconfig description to -devel subpackage.
- The -devel subpackage now requires several -devel packages.
- Add libvte-java-alias.patch, which reimplements the old methods,
  with a typo in their name.


libvte-java-alias.patch:
 Terminal.java |    8 ++++++++
 1 files changed, 8 insertions(+)

--- NEW FILE libvte-java-alias.patch ---
? libvte-java-alias-patch.diff
Index: src/java/org/gnu/gnomevte/Terminal.java
===================================================================
RCS file: /cvs/gnome/libvte-java/src/java/org/gnu/gnomevte/Terminal.java,v
retrieving revision 1.13
diff -u -r1.13 Terminal.java
--- src/java/org/gnu/gnomevte/Terminal.java	19 Jul 2006 15:37:54 -0000	1.13
+++ src/java/org/gnu/gnomevte/Terminal.java	14 Aug 2006 17:27:32 -0000
@@ -263,6 +263,10 @@
 			throw new FileNotFoundException();
 	}
 		
+    public void setBackgroudImage(String file) throws FileNotFoundException{
+	setBackgroundImage(file);
+    }
+
 	/**
 	 * Sets the background image for the widget.  Text which would otherwise 
 	 * be drawn using the default background color will instead be drawn 
@@ -320,6 +324,10 @@
 	public void setBackgroundColor(Color color) {
 		vte_terminal_set_color_background(getHandle(), color.getHandle());
 	}	
+
+    public void setBackgroudColor(Color color) {
+	setBackgroundColor(color);
+    }
 
 	/**
 	 * Sets the foreground color used to draw normal text


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libvte-java/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Jun 2006 22:25:00 -0000	1.4
+++ .cvsignore	15 Aug 2006 13:25:32 -0000	1.5
@@ -1 +1 @@
-libvte-java-0.12.0.tar.bz2
+libvte-java-0.12.1.tar.bz2


Index: libvte-java.spec
===================================================================
RCS file: /cvs/dist/rpms/libvte-java/FC-5/libvte-java.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libvte-java.spec	12 Jul 2006 15:49:56 -0000	1.14
+++ libvte-java.spec	15 Aug 2006 13:25:35 -0000	1.15
@@ -1,15 +1,15 @@
 Summary:   Wrapper library for GNOME VTE
 Name:      libvte-java 
-Version:   0.12.0
-Release:   0.fc5.1
+Version:   0.12.1
+Release:   2%{?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
 Group:     Development/Libraries
 BuildRoot: %{_tmppath}/libvte-java
 
+Patch:	libvte-java-alias.patch
 
-Requires: 	/sbin/ldconfig
 Requires: 	glib-java >= 0.2.4
 Requires:	libgtk-java >= 2.8.4
 Requires:	vte >= 0.12.1
@@ -26,18 +26,17 @@
 Summary:        Compressed Java source files for %{name}.
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:	vte-devel, libgtk-java-devel
 
 %description    devel
-Compressed Java source for %{name}. This is useful if you are developing
-applications with IDEs like Eclipse.
-
+Development part of %{name}.
 
 
 %prep
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q -n %{name}-%{version}
-
+%patch
 
 %build
 %configure 
@@ -46,7 +45,7 @@
 sed -i 's/^pic_flag=\"\"/pic_flag=\"\ \-fPIC\"/' libtool
 sed -i 's/^compiler_c_o=\"no\"/compiler_c_o=\"yes\"/' libtool
 
-make
+make %{?_smp_mflags}
 
 # pack up the java source
 jarversion=$(echo -n %{version} | cut -d . -f -2)
@@ -61,7 +60,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make  DESTDIR=$RPM_BUILD_ROOT  install 
+make %{?_smp_mflags} DESTDIR=$RPM_BUILD_ROOT install 
 
 # rename doc dir to reflect package rename, if the names differ
 if [ 'x%{name}' != 'x%{name}' ] ; then
@@ -88,14 +87,28 @@
 %doc doc/api AUTHORS ChangeLog COPYING INSTALL NEWS README 
 %{_libdir}/*so*
 %{_libdir}/*la
-%{_libdir}/pkgconfig/*
 %{_datadir}/java/*.jar
 
 %files devel
 %defattr(-,root,root)
+%{_libdir}/pkgconfig/*.pc
 %{_datadir}/java/*.zip
 
 %changelog
+* Tue Aug 15 2006 Stepan Kasal <skasal at redhat.com> - 0.12.1-2
+- Add libvte-java-alias.patch, which reimplements the old methods,
+  with a typo in their name.
+
+* Sun Aug 13 2006 Stepan Kasal <skasal at redhat.com> - 0.12.1-1
+- New upstream version.
+- Use the %%{?dist} tag.
+- Use `make %%{?_smp_mflags}'.
+- Move pkgconfig description to -devel subpackage.
+- The -devel subpackage now requires several -devel packages.
+
+* Sun Jul 23 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0.12.0-2
+- Bump release number. (dist-fc6-java)
+
 * Wed Jul 12 2006 Stepan Kasal <skasal at redhat.com> - 0.12.0-1
 - Release 0 is not allowed.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libvte-java/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	17 Jun 2006 22:25:00 -0000	1.4
+++ sources	15 Aug 2006 13:25:35 -0000	1.5
@@ -1 +1 @@
-e5e5e63bb2615a3df3fa38d80616b005  libvte-java-0.12.0.tar.bz2
+9d1d28710614910c80486b3bcdf08ae6  libvte-java-0.12.1.tar.bz2




More information about the fedora-cvs-commits mailing list