pbrobinson pushed to mono-tools (master). "3.10"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 19 12:31:45 UTC 2015


From dbac18d2580c62a9b34b654e16726f73a24a4dd2 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Tue, 19 May 2015 13:31:30 +0100
Subject: 3.10


diff --git a/.gitignore b/.gitignore
index cef2021..754ecb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-mono-tools-2.6.2.tar.bz2
-/mono-tools-2.8.tar.bz2
-/mono-tools-2.10.tar.bz2
+/mono-tools-*.tar.gz
diff --git a/mono-tools.spec b/mono-tools.spec
index d216f0a..4cbe317 100644
--- a/mono-tools.spec
+++ b/mono-tools.spec
@@ -1,24 +1,33 @@
 %define debug_package %{nil}
 
+Name:    mono-tools
 Summary: A collection of tools for mono applications
-Name: mono-tools
-Version: 2.10
-Release: 12%{?dist}
+Version: 3.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
-BuildRequires:  mono-data, mono-devel >= 2.8, gtk-sharp2-gapi, pkgconfig mono-nunit
-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
-BuildRequires: webkit-sharp-devel desktop-file-utils
-Requires: mono-core >= 2.8 links monodoc
-Requires: mono(webkit-sharp)
+Group:   Development/Tools
+URL:     http://www.mono-project.com/Main_Page
+Source0: http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires: desktop-file-utils
+BuildRequires: gettext-devel
+BuildRequires: gnome-sharp-devel
+BuildRequires: gnome-desktop-sharp-devel
+BuildRequires: gtk-sharp2-gapi
+BuildRequires: gtk-sharp2-devel
+BuildRequires: hunspell-devel
+BuildRequires: libgdiplus-devel
+BuildRequires: mono-data
+BuildRequires: mono-devel
+BuildRequires: mono-data-oracle
+BuildRequires: mono-nunit-devel
+BuildRequires: monodoc-devel
+BuildRequires: mono-web-devel
+BuildRequires: webkit-sharp-devel
+BuildRequires: autoconf automake libtool
 
 # Mono only available on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
+ExclusiveArch: %mono_arches
 
 %description
 Monotools are a number of tools for mono such as allowing monodoc to be run
@@ -58,10 +67,12 @@ Identify differences in the API exposed by mono library assemblies.
 %setup -q 
 chmod 644 COPYING
 
+sed -i "s#gmcs#mcs#g" configure*
+
 %build
+autoreconf -vif
 %configure --libdir=%{_prefix}/lib
-make 
-# no smp flags - breaks the build
+make V=1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -98,7 +109,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 update-desktop-database &> /dev/null || :
 
 %files -f %{name}.lang
-%defattr(-, root, root,-)
 %doc COPYING AUTHORS ChangeLog README
 %{_bindir}/create-native-map
 %{_bindir}/gasnview
@@ -151,11 +161,9 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/ilcontrast/ilcontrast.exe
 
 %files devel
-%defattr(-, root, root,-)
 %{_libdir}/pkgconfig/*.pc
 
 %files monodoc
-%defattr(-,root,root,-)
 %{_prefix}/lib/monodoc/sources/Gendarme*
 %{_prefix}/lib/monodoc/sources/gendarme*
 %dir %{_prefix}/lib/monodoc/web
@@ -163,6 +171,10 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man5/gendarme*
 
 %changelog
+* Mon May 18 2015 Peter Robinson <pbrobinson at fedoraproject.org> 3.10-1
+- Update to 3.10
+- Rebuild (mono4)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index b72233b..ad4564f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da178df2c119c696c08c09dc9eb01994  mono-tools-2.10.tar.bz2
+a34d5f1b0897243bb7a9d97a41aeabbf  mono-tools-3.10.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mono-tools.git/commit/?h=master&id=dbac18d2580c62a9b34b654e16726f73a24a4dd2


More information about the scm-commits mailing list