From e4a3d2e3be8853d35cf09e2b93833522ccc0dbc7 Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Oct 13 2010 00:01:24 +0000 Subject: Bump to 2.8 release Spec file changes Remove BR mono-jscript (removed from 2.8 release) --- diff --git a/.gitignore b/.gitignore index 8deabdc..e6727ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ mono-tools-2.6.2.tar.bz2 +/mono-tools-2.8.tar.bz2 diff --git a/mono-tools.spec b/mono-tools.spec index 744e953..89e4b2e 100644 --- a/mono-tools.spec +++ b/mono-tools.spec @@ -2,20 +2,20 @@ Summary: A collection of tools for mono applications Name: mono-tools -Version: 2.6.2 +Version: 2.8 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.6, gtk-sharp2-gapi, pkgconfig mono-nunit +BuildRequires: mono-data, mono-devel >= 2.8, gtk-sharp2-gapi, pkgconfig mono-nunit BuildRequires: gecko-sharp2-devel 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-jscript mono-data-oracle monodoc-devel mono-web-devel -BuildRequires: webkit-sharp-devel -Requires: mono-core >= 2.6 links monodoc +BuildRequires: mono-data-oracle monodoc-devel mono-web-devel +BuildRequires: webkit-sharp-devel desktop-file-utils +Requires: mono-core >= 2.8 links monodoc Requires: mono(gtkhtml-sharp) >= 3.0 Requires: mono(webkit-sharp) @@ -84,6 +84,14 @@ desktop-file-install --vendor fedora \ %clean %{__rm} -rf %{buildroot} +%post +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + +%postun +update-mime-database %{_datadir}/mime &> /dev/null || : +update-desktop-database &> /dev/null || : + %files -f %{name}.lang %defattr(-, root, root,-) %doc COPYING AUTHORS ChangeLog README @@ -105,7 +113,7 @@ desktop-file-install --vendor fedora \ %{_libdir}/create-native-map %{_libdir}/mperfmon/* %dir %{_libdir}/gui-compare -%{_libdir}/gui-compare/gui-compare.exe +%{_libdir}/gui-compare/gui-compare.exe* %{_libdir}/mono/1.0/gasnview.exe %{_libdir}/monodoc/GeckoHtmlRender.dll %{_libdir}/monodoc/GtkHtmlHtmlRender.dll @@ -128,6 +136,7 @@ desktop-file-install --vendor fedora \ %{_libdir}/monodoc/MonoWebBrowserHtmlRender.dll %{_mandir}/man1/gendarme* %{_mandir}/man1/mperfmon* +%{_datadir}/icons/hicolor/ %files devel %defattr(-, root, root,-) @@ -142,6 +151,10 @@ desktop-file-install --vendor fedora \ %{_mandir}/man5/gendarme* %changelog +* Sun Oct 03 2010 Paul F. Johnson - 2.8-1 +- Bump to 2.8 preview 8 +- Remove BR mono-jscript + * Wed Jun 23 2010 Christian Krause - 2.6.2-1 - Bump to the 2.6.2 release - Cleanup spec file diff --git a/sources b/sources index c143cbf..1fcc6b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c29f5993ae05d981769d2002a9f65d2a mono-tools-2.6.2.tar.bz2 +81d17ee2584acdbc5cfee01adb905e50 mono-tools-2.8.tar.bz2