rpms/tsclient/devel tsclient-libgnomeui.patch, NONE, 1.1 tsclient.spec, 1.34, 1.35

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 13 19:08:30 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/tsclient/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21346

Modified Files:
	tsclient.spec 
Added Files:
	tsclient-libgnomeui.patch 
Log Message:
fix the build


tsclient-libgnomeui.patch:

--- NEW FILE tsclient-libgnomeui.patch ---
diff -up tsclient-2.0.1/configure.ac.libgnomeui tsclient-2.0.1/configure.ac
--- tsclient-2.0.1/configure.ac.libgnomeui	2008-11-13 14:05:44.000000000 -0500
+++ tsclient-2.0.1/configure.ac	2008-11-13 14:06:17.000000000 -0500
@@ -32,7 +32,7 @@ AM_PROG_LIBTOOL
 
 ### get cflags and libs
 
-PKG_CHECK_MODULES(TSC, glib-2.0 gmodule-2.0 gobject-2.0 gtk+-2.0 libglade-2.0 libgnome-2.0 gnome-desktop-2.0 gnome-vfs-2.0 libnotify gconf-2.0 libnm_glib)
+PKG_CHECK_MODULES(TSC, glib-2.0 gmodule-2.0 gobject-2.0 gtk+-2.0 libglade-2.0 libgnome-2.0 gnome-desktop-2.0 gnome-vfs-2.0 libgnomeui-2.0 libnotify gconf-2.0 libnm_glib)
 TSC_CFLAGS="-Wall $TSC_CFLAGS"
 
 ### Internationalization support


Index: tsclient.spec
===================================================================
RCS file: /cvs/extras/rpms/tsclient/devel/tsclient.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- tsclient.spec	13 Nov 2008 18:29:01 -0000	1.34
+++ tsclient.spec	13 Nov 2008 19:08:00 -0000	1.35
@@ -8,7 +8,7 @@
 Summary: Client for VNC and Windows Terminal Server
 Name: tsclient
 Version: 2.0.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://sourceforge.net/projects/tsclient
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 
@@ -42,6 +42,7 @@
 # NOT reported upstream; there's no simple way to make it support both
 # realvnc and tightvnc
 Patch5: realvnc-args.patch
+Patch6: tsclient-libgnomeui.patch
 
 %description
 tsclient is a frontend that makes it easy to use rdesktop and vncviewer.
@@ -64,6 +65,7 @@
 %patch3 -p1 -b .vnc-password
 %patch4 -p1 -b .vnc-remotesize
 %patch5 -p1 -b .realvnc-args
+%patch6 -p1 -b .libgnomeui
 
 %build
 
@@ -133,7 +135,7 @@
 
 
 %changelog
-* Thu Nov 13 2008 Matthias Clasen <mclasen at redhat.com> - 2.0.1-4
+* Thu Nov 13 2008 Matthias Clasen <mclasen at redhat.com> - 2.0.1-5
 - Rebuild
 
 * Mon Oct 20 2008 Dan Winship <dwinship at redhat.com> - 2.0.1-2




More information about the fedora-extras-commits mailing list