rpms/tsclient/devel tsclient.spec,1.25,1.26

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Oct 2 05:11:18 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/tsclient/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6112

Modified Files:
	tsclient.spec 
Log Message:
Require vnc



Index: tsclient.spec
===================================================================
RCS file: /cvs/extras/rpms/tsclient/devel/tsclient.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- tsclient.spec	29 Aug 2007 03:56:53 -0000	1.25
+++ tsclient.spec	2 Oct 2007 05:10:40 -0000	1.26
@@ -2,23 +2,22 @@
 %define gtk2_version 2.2.0
 %define gnome_panel 2.2.0
 %define rdesktop_version 1.3.0
+%define vnc_version 4.0
 %define desktop_file_utils_version 0.4
 
 Summary: Client for VNC and Windows Terminal Server
 Name: tsclient
 Version: 0.150
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.gnomepro.com/tsclient/
 Source0: http://www.gnomepro.com/tsclient/%{name}-%{version}.tar.gz
-License: GPL
+License: GPL+
 Group: User Interface/X
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
-## we require rdesktop OR vncviewer - lets assume most people want
-## this for rdesktop and require that - see bug #114769
-
 Requires: gtk2 >= %{gtk2_version}
 Requires: rdesktop >= %{rdesktop_version}
+Requires: vnc >= %{vnc_version}
 
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel}
@@ -69,6 +68,10 @@
 %{_libexecdir}/tsclient-applet
 
 %changelog
+* Tue Oct  2 2007 Matthias Clasen <mclasen at redhat.com> - 0.150.4
+- Require vnc, too (#158658)
+- Fix license field
+
 * Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.150-3
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list