diff --git a/.gitignore b/.gitignore index e6727ac..cef2021 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ mono-tools-2.6.2.tar.bz2 /mono-tools-2.8.tar.bz2 +/mono-tools-2.10.tar.bz2 diff --git a/mono-tools.spec b/mono-tools.spec index abcee87..67d5540 100644 --- a/mono-tools.spec +++ b/mono-tools.spec @@ -2,15 +2,14 @@ Summary: A collection of tools for mono applications Name: mono-tools -Version: 2.8 -Release: 5%{?dist} +Version: 2.10 +Release: 1%{?dist} License: MIT Group: Development/Tools Source0: http://ftp.novell.com/pub/mono/sources/mono-tools/%{name}-%{version}.tar.bz2 URL: http://www.mono-project.com/Main_Page -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-data, mono-devel >= 2.8, gtk-sharp2-gapi, pkgconfig mono-nunit -BuildRequires: gecko-sharp2-devel gnome-sharp-devel, gettext-devel +BuildRequires: gnome-sharp-devel, gettext-devel BuildRequires: gtk-sharp2-devel autoconf automake libtool mono-nunit-devel BuildRequires: hunspell-devel desktop-file-utils gnome-desktop-sharp-devel BuildRequires: mono-data-oracle monodoc-devel mono-web-devel @@ -63,7 +62,6 @@ make # no smp flags - breaks the build %install -%{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ @@ -80,9 +78,6 @@ desktop-file-install --vendor fedora \ %find_lang %{name} -%clean -%{__rm} -rf %{buildroot} - %post update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database &> /dev/null || : @@ -101,6 +96,7 @@ update-desktop-database &> /dev/null || : %{_bindir}/gendarme* %{_bindir}/mprof* %{_bindir}/gsharp +%{_bindir}/gd2i %{_bindir}/mperfmon %{_bindir}/gui-compare %{_bindir}/emveepee @@ -114,7 +110,6 @@ update-desktop-database &> /dev/null || : %dir %{_libdir}/gui-compare %{_libdir}/gui-compare/gui-compare.exe* %{_libdir}/mono/1.0/gasnview.exe -%{_libdir}/monodoc/GeckoHtmlRender.dll %{_libdir}/monodoc/WebKitHtmlRender.dll %{_libdir}/monodoc/browser.exe %{_libdir}/minvoke/minvoke.exe @@ -134,6 +129,7 @@ update-desktop-database &> /dev/null || : %{_libdir}/monodoc/MonoWebBrowserHtmlRender.dll %{_mandir}/man1/gendarme* %{_mandir}/man1/mperfmon* +%{_mandir}/man1/gd2i* %{_datadir}/icons/hicolor/ %files devel @@ -149,6 +145,11 @@ update-desktop-database &> /dev/null || : %{_mandir}/man5/gendarme* %changelog +* Tue Mar 29 2011 Christian Krause - 2.10-1 +- Update to 2.10 +- Disable GeckoHtmlRenderer +- Minor spec file cleanup + * Tue Feb 08 2011 Fedora Release Engineering - 2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 1fcc6b9..b72233b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81d17ee2584acdbc5cfee01adb905e50 mono-tools-2.8.tar.bz2 +da178df2c119c696c08c09dc9eb01994 mono-tools-2.10.tar.bz2