rpms/monodevelop/F-8 monodevelop.spec,1.15,1.16

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


Author: spot

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

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


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/F-8/monodevelop.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- monodevelop.spec	8 Mar 2007 23:55:01 -0000	1.15
+++ monodevelop.spec	7 Jul 2008 19:11:18 -0000	1.16
@@ -1,4 +1,4 @@
-%if "%{?fedora}" == "5"
+%if 0%{?fedora} == 5
 %define monodir %{_prefix}/lib
 %else
 %define monodir %{_libdir}
@@ -7,7 +7,7 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 0.13.1
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: GPL
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
@@ -16,7 +16,7 @@
 Patch1: monodevelop-config.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-devel, gtk-sharp2, intltool, gettext, bytefx-data-mysql, mono-data-postgresql, mono-data-oracle, mono-data-sqlite, mono-data-sybase, gtk-sharp2-gapi, shared-mime-info, pkgconfig, gtksourceview-sharp-devel, monodoc-devel, ikvm-devel boo-devel subversion-devel
-%if "%{?fedora}" == "5"
+%if 0%{?fedora} == 5
 BuildRequires: gecko-sharp2 gtk-sharp2 mono-nunit
 %else
 BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel
@@ -40,7 +40,7 @@
 
 %prep
 %setup -q 
-%if "%{?fedora}" > "5"
+%if 0%{?fedora} > 5
 %patch0 -p1 -b .orig
 autoreconf -f -i -s
 %endif
@@ -95,6 +95,9 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.13.1-1.1
+- fix conditional comparison
+
 * Thu Mar 08 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.13.1-1
 - bugfixes to the source
 




More information about the fedora-extras-commits mailing list