rpms/monodevelop/devel monodevelop.spec,1.25,1.26

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Apr 12 15:07:38 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/monodevelop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16651

Modified Files:
	monodevelop.spec 
Log Message:
disable Requires: ikvm, since ikvm doesnt build from source right now


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- monodevelop.spec	11 Apr 2008 21:24:36 -0000	1.25
+++ monodevelop.spec	12 Apr 2008 15:06:59 -0000	1.26
@@ -6,7 +6,7 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 0.19
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
@@ -26,7 +26,9 @@
 BuildRequires: mono-addins-devel
 Requires: mono-addins
 %endif
-Requires: mono-core, ikvm, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp, firefox > 1.99, xsp, subversion, mono-data-sqlite
+Requires: mono-core, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp, firefox > 1.99, xsp, subversion, mono-data-sqlite
+# ikvm doesn't build from source at the moment. If it does at some point in the future, uncomment this line.
+# Requires: ikvm
 
 # Sorry ppc/ppc64. No mono-nunit22 (because of no nant) means no monodevelop.
 excludearch: ppc64 ppc
@@ -129,6 +131,9 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-6
+- disable Requires on ikvm, since ikvm doesn't build from source at the moment
+
 * Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-5
 - ExcludeArch ppc (no mono-nunit22, due to no nant, means no ppc)
 




More information about the fedora-extras-commits mailing list