rpms/monodevelop/FC-6 monodevelop.spec,1.12,1.13

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Dec 20 22:07:54 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/monodevelop/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6400

Modified Files:
	monodevelop.spec 
Log Message:

Disabled version control, added R gnome-sharp and enabled nemerle 
 	monodevelop.spec 



Index: monodevelop.spec
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/FC-6/monodevelop.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- monodevelop.spec	1 Nov 2006 11:01:06 -0000	1.12
+++ monodevelop.spec	20 Dec 2006 22:07:24 -0000	1.13
@@ -7,7 +7,7 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 0.12
-Release: 7%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
@@ -22,8 +22,7 @@
 BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel
 BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit
 %endif
-
-Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi
+Requires: mono-core, ikvm, boo, 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
 
 %description
 This package provides MonoDevelop, a full-featured IDE for Mono
@@ -48,7 +47,7 @@
 %patch1 -p1 -b .orig
 
 %build
-%configure --enable-boo --enable-java --enable-versioncontrol
+%configure --enable-boo --enable-java --enable-nemerle --disable-versioncontrol
 make
 # no smp flags as it falls over during the build (race condition)
 
@@ -98,6 +97,11 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Wed Dec 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-9
+- disables version control
+- requires gnome-sharp
+- enable nemerle added
+
 * Wed Nov 01 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-7
 - Added R gtk-sharp2-gapi
 




More information about the scm-commits mailing list