diff --git a/mono-debugger.spec b/mono-debugger.spec index 9e9c2c7..a219281 100644 --- a/mono-debugger.spec +++ b/mono-debugger.spec @@ -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 @@ Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz 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 @@ Development package for mono-debugger %prep %setup -q -%if "%{?fedora}" > "5" %patch0 -p1 autoreconf -%endif %build %configure --disable-static @@ -80,6 +69,9 @@ rm -rf %{buildroot} %{_libdir}/libmono*.so %changelog +* Thu Sep 07 2006 Paul F. Johnson 0.30-7 +- removed all the FC-5 stuff and added R mono-core min version + * Wed Sep 06 2006 Paul F. Johnson 0.30-6 - Fixes for FC-5 - Rebuild for FC-6 mono