rpms/agave/F-8 agave.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 16:51:15 UTC 2008


Author: spot

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

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


Index: agave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/agave/F-8/agave.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- agave.spec	25 Aug 2007 21:28:44 -0000	1.10
+++ agave.spec	7 Jul 2008 16:49:36 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           agave
 Version:        0.4.2
-Release:        5%{?dist}
+Release:        5%{?dist}.1
 Summary:        Generate a variety of colorschemes from a single starting color
 
 Group:          Applications/Multimedia
@@ -14,7 +14,7 @@
 BuildRequires:  cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel
 BuildRequires:  gettext, gnome-doc-utils, libglademm24-devel
 BuildRequires:  scrollkeeper
-%if "%{fedora}" >= "5"
+%if 0%{?fedora} >= 5
 BuildRequires:  libSM-devel
 %endif
 
@@ -119,6 +119,9 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.2-5.1
+- fix conditional comparison
+
 * Sat Aug 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.4.2-5
 - fix License tag
 - rebuild for BuildID




More information about the fedora-extras-commits mailing list