[mono-tools] Bump to 2.8 release Spec file changes Remove BR mono-jscript (removed from 2.8 release)

Paul F. Johnson pfj at fedoraproject.org
Wed Oct 13 00:01:43 UTC 2010


commit e4a3d2e3be8853d35cf09e2b93833522ccc0dbc7
Author: Paul F. Johnson <paul at all-the-johnsons.co.uk>
Date:   Wed Oct 13 01:01:24 2010 +0100

    Bump to 2.8 release
    Spec file changes
    Remove BR mono-jscript (removed from 2.8 release)

 .gitignore      |    1 +
 mono-tools.spec |   25 +++++++++++++++++++------
 sources         |    2 +-
 3 files changed, 21 insertions(+), 7 deletions(-)
---
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 <paul at all-the-johnsons.co.uk> - 2.8-1
+- Bump to 2.8 preview 8
+- Remove BR mono-jscript
+
 * Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 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


More information about the scm-commits mailing list