rpms/fish/F-8 fish.spec,1.22,1.23

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:31:45 UTC 2008


Author: spot

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

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


Index: fish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fish/F-8/fish.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- fish.spec	6 Jun 2008 08:30:06 -0000	1.22
+++ fish.spec	7 Jul 2008 17:29:54 -0000	1.23
@@ -2,7 +2,7 @@
 Name:                   fish
 
 Version:                1.23.0
-Release:                1.1%{?dist}
+Release:                2%{?dist}
 
 License:                GPL
 Group:                  System Environment/Shells
@@ -16,15 +16,15 @@
 
 
 # Locate correct build time-dependencies for providing X headers
-%if "%fedora" >= "5"
+%if 0%{?fedora} >= 5
 
 # Modern Fedora version, has modular X.org
 BuildRequires:          xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
 
 %endif
 
-%if "%fedora" < "5"
-%if "%fedora" >= "3"
+%if 0%{?fedora} < 5
+%if 0%{?fedora} >= 3
 
 # Semi-old Fedora version, has non-modular X.org
 BuildRequires:          xorg-x11-devel
@@ -33,7 +33,7 @@
 %endif
 
 %if 0%{?fedora}
-%if "%fedora" < "3"
+%if 0%{?fedora} < 3
 
 # Ancient Fedora version, has XFree86
 BuildRequires:          XFree86-devel
@@ -174,6 +174,9 @@
 
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.23.0-2
+- fix conditional comparison
+
 * Fri Jun 06 2008 Oliver Falk <oliver at linux-kernel.at>	- 1.23.0-1.1
 - Rebuild
 




More information about the scm-commits mailing list