rpms/monodevelop/devel monodevelop.spec,1.11,1.12

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Nov 1 11:03:17 UTC 2006


Author: pfj

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

Modified Files:
	monodevelop.spec 
Log Message:

Added R: gtk-sharp2-gapi 
 	monodevelop.spec 



Index: monodevelop.spec
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- monodevelop.spec	27 Oct 2006 22:17:07 -0000	1.11
+++ monodevelop.spec	1 Nov 2006 11:02:43 -0000	1.12
@@ -7,11 +7,11 @@
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
 Version: 0.12
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: Development/Tools
 Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
-URL: http://www.monodevelop.com
+URL: http://go-mono.com/sources/%{name}/
 Patch0: monodevelop-libdir.patch
 Patch1: monodevelop-config.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,7 +23,7 @@
 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-devel
+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
 
 %description
 This package provides MonoDevelop, a full-featured IDE for Mono
@@ -58,7 +58,9 @@
 %find_lang %{name}
 desktop-file-install --vendor fedora \
         --dir %{buildroot}%{_datadir}/applications \
+%if "%{?fedora}" <= "6"
         --add-category X-Fedora \
+%endif
         --delete-original \
         %{buildroot}%{_datadir}/applications/monodevelop.desktop
 
@@ -96,6 +98,9 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Wed Nov 01 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-7
+- Added R gtk-sharp2-gapi
+
 * Fri Oct 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-6
 - fixed url
 - added R apr-devel




More information about the scm-commits mailing list