rpms/geda-examples/F-8 geda-examples.spec,1.10,1.11

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


Author: spot

Update of /cvs/pkgs/rpms/geda-examples/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11987/F-8

Modified Files:
	geda-examples.spec 
Log Message:
fix conditional comparison


Index: geda-examples.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geda-examples/F-8/geda-examples.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- geda-examples.spec	3 Feb 2008 10:38:26 -0000	1.10
+++ geda-examples.spec	7 Jul 2008 17:53:50 -0000	1.11
@@ -3,7 +3,7 @@
 
 Name:       geda-examples
 Version:    20080127
-Release:    1%{?dist}
+Release:    2%{?dist}
 
 Summary:    Circuit examples for gEDA
 Group:      Applications/Engineering
@@ -15,7 +15,7 @@
 
 Requires:   geda-gschem
 
-%if "%{?fedora}" > "6"
+%if 0%{?fedora} > 6
 BuildRequires: perl-libs
 %endif
 
@@ -74,6 +74,9 @@
 %{gedadocdir}/examples/README
 
 %Changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 20080127-2
+- fix conditional comparison
+
 * Sat Feb 02 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20080127-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list