rpms/gdeskcal/F-8 gdeskcal.spec,1.21,1.22

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


Author: spot

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

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


Index: gdeskcal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdeskcal/F-8/gdeskcal.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gdeskcal.spec	18 Mar 2007 20:20:27 -0000	1.21
+++ gdeskcal.spec	7 Jul 2008 17:35:02 -0000	1.22
@@ -1,9 +1,9 @@
 Name:           gdeskcal
 Version:        1.01
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eye-candy calendar for your desktop
 Group:          User Interface/Desktops
-License:        GPL
+License:        GPL+
 URL:            http://www.pycage.de/
 Source0:        http://www.pycage.de/download/gDeskCal-%{version}.tar.gz
 Source1:        gdeskcal.png
@@ -38,7 +38,7 @@
 
 desktop-file-install --vendor fedora                    \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
-%if "%{?fedora}" <= "6"
+%if 0%{?fedora} <= 6
   --add-category X-Fedora                               \
 %endif
   %{SOURCE2}
@@ -65,6 +65,10 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.01-2
+- fix license tag
+- fix conditional comparison
+
 * Sun Mar 18 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.01-1
 - upgrade to 1.01 (patches merged)
 




More information about the fedora-extras-commits mailing list