rpms/mono-debugger/devel mono-debugger.spec,1.5,1.6

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Sep 7 21:10:10 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/mono-debugger/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19823

Modified Files:
	mono-debugger.spec 
Log Message:

Removed all FC-5 hacks
Added R mono-core >= 1.1.16 
 	mono-debugger.spec 



Index: mono-debugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mono-debugger/devel/mono-debugger.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mono-debugger.spec	6 Sep 2006 23:01:18 -0000	1.5
+++ mono-debugger.spec	7 Sep 2006 21:10:10 -0000	1.6
@@ -1,13 +1,7 @@
-%if "%{?fedora}" == "5"
-%define monodir %{_prefix}/lib
-%else
-%define monodir %{_libdir}
-%endif
-
 Summary: A debugger for Mono
 Name: mono-debugger
 Version: 0.30
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.go-mono.com/sources/mono-debugger
@@ -15,11 +9,8 @@
 Patch0: monodebug-configure.patch
 BuildRequires: readline-devel, termcap, ncurses-devel libtool
 BuildRequires: mono-devel
-%if "%{?fedora}" == "5"
-BuildRequires: mono-nunit
-%else
-BuildRequires: mono-nunit-devel autoconf automake
-%endif
+BuildRequires: mono-nunit-devel autoconf automake mono-nunit
+Requires: mono-core >= 1.1.16
 Group: Development/Tools
 ExcludeArch: ppc
 
@@ -42,10 +33,8 @@
 
 %prep
 %setup -q
-%if "%{?fedora}" > "5"
 %patch0 -p1
 autoreconf
-%endif
 
 %build
 %configure --disable-static
@@ -80,6 +69,9 @@
 %{_libdir}/libmono*.so
 
 %changelog
+* Thu Sep 07 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.30-7
+- removed all the FC-5 stuff and added R mono-core min version
+
 * Wed Sep 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.30-6
 - Fixes for FC-5
 - Rebuild for FC-6 mono




More information about the fedora-extras-commits mailing list