rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.17,1.18

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


Author: spot

Update of /cvs/pkgs/rpms/gnome-applet-timer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13072/devel

Modified Files:
	gnome-applet-timer.spec 
Log Message:
fix conditional comparison


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gnome-applet-timer.spec	7 Jul 2008 17:06:01 -0000	1.17
+++ gnome-applet-timer.spec	7 Jul 2008 18:00:46 -0000	1.18
@@ -4,7 +4,7 @@
 
 Name:           gnome-applet-timer
 Version:        2.0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A countdown timer applet for the GNOME panel
 
 Group:          User Interface/Desktops
@@ -43,7 +43,7 @@
 %setup -q -n timer-applet-%{version}
 
 %build
-%if %{?fedora} > 6
+%if 0%{?fedora} > 6
 export CPPFLAGS="${CPPFLAGS} -I/usr/include/libxml2"
 %endif
 
@@ -97,6 +97,9 @@
 %{python_sitelib}/timerapplet/
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.1-4
+- use proper conditional
+
 * Mon Jul 07 2008 Adam Jackson <ajax at redhat.com> 2.0.1-3
 - %%fedora is an int, not a string.
 




More information about the scm-commits mailing list