rpms/fish/F-9 fish.spec,1.23,1.24

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


Author: spot

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

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


Index: fish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fish/F-9/fish.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- fish.spec	6 Jun 2008 08:52:54 -0000	1.23
+++ fish.spec	7 Jul 2008 17:30:46 -0000	1.24
@@ -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 fedora-extras-commits mailing list