rpms/gtk-vnc/F-9 gtk-vnc.spec,1.16,1.17

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 18:18:57 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/gtk-vnc/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21590/F-9

Modified Files:
	gtk-vnc.spec 
Log Message:
fix conditional comparison


Index: gtk-vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/F-9/gtk-vnc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gtk-vnc.spec	10 Jun 2008 21:39:14 -0000	1.16
+++ gtk-vnc.spec	7 Jul 2008 18:18:05 -0000	1.17
@@ -7,7 +7,7 @@
 Summary: A GTK widget for VNC clients
 Name: gtk-vnc
 Version: 0.3.6
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -16,7 +16,7 @@
 BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
 BuildRequires: gnutls-devel gtkglext-devel
 %if %{with_plugin}
-%if "%{fedora}" > "8"
+%if 0%{?fedora} > 8
 BuildRequires: xulrunner-devel
 %else
 BuildRequires: firefox-devel
@@ -120,6 +120,9 @@
 %endif
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.3.6-1.1
+- fix conditional comparison
+
 * Tue Jun 10 2008 Daniel P. Berrange <berrange at redhat.com> - 0.3.6-1.fc9
 - Update to 0.3.6 release
 




More information about the fedora-extras-commits mailing list