rpms/monodevelop/F-9 monodevelop.spec,1.27,1.28

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


Author: spot

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

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


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/F-9/monodevelop.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- monodevelop.spec	16 May 2008 10:23:52 -0000	1.27
+++ monodevelop.spec	7 Jul 2008 19:11:40 -0000	1.28
@@ -8,7 +8,7 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 1.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -25,7 +25,7 @@
 BuildRequires: boo-devel
 Requires: boo
 %endif
-%if "%{?fedora}" > "8"
+%if 0%{?fedora} > 8
 BuildRequires: mono-addins-devel
 Requires: mono-addins
 %endif
@@ -137,6 +137,9 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0-7
+- fix conditional comparison
+
 * Tue May 06 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-6
 - added br mono-tools
 - removed prepackaged mime




More information about the fedora-extras-commits mailing list