rpms/gt5/F-8 gt5.spec,1.1,1.2

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


Author: spot

Update of /cvs/pkgs/rpms/gt5/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21031/F-8

Modified Files:
	gt5.spec 
Log Message:
fix conditional comparison


Index: gt5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gt5/F-8/gt5.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gt5.spec	31 Oct 2007 20:18:50 -0000	1.1
+++ gt5.spec	7 Jul 2008 18:12:58 -0000	1.2
@@ -1,7 +1,7 @@
 Name:		gt5
 Summary:	A diff-capable 'du-browser'
 Version:	1.4.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL+
 Group: 		Applications/File
 URL:		http://gt5.sourceforge.net/
@@ -18,7 +18,7 @@
 #text-www-browser virtual provider was introduced in F-8
 #it was initially proposed by Till Maas at:
 #http://fedoraproject.org/wiki/VilleSkytt%C3%A4/VirtualProvides
-%if "%fedora" > "7"
+%if 0%{?fedora} > 7
 Requires:	text-www-browser
 %endif
 
@@ -55,6 +55,9 @@
 %{_mandir}/man1/gt5.1*
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4.0-5
+- fix conditional comparison
+
 * Sat Oct 27 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 1.4.0-4
 - applied suggestions by Mamoru Tasaka (all below)
 - removed a chown patch by a direct use of an 'install' command




More information about the fedora-extras-commits mailing list