update to 4.4.0.142 CYCLE 7 Beta Release Candidate and tidy up Epel builds

This commit is contained in:
Timotheus Pokorra 2016-05-18 09:57:38 +02:00
parent 607cefe8c5
commit b86fca8940
2 changed files with 13 additions and 10 deletions

View File

@ -3,27 +3,26 @@
%undefine _hardened_build
%endif
%global bootstrap 0
%if 0%{?rhel}%{?el6}%{?el7}
%if 0%{?el6}
%global mono_arches %ix86 x86_64 %{arm} sparcv9 alpha s390x ppc ppc64 ppc64le
%endif
# see https://lists.fedoraproject.org/pipermail/packaging/2011-May/007762.html
%global _missing_build_ids_terminate_build 0
%global debug_package %{nil}
# see https://fedorahosted.org/fpc/ticket/395
# see https://fedorahosted.org/fpc/ticket/395, it was added to el7
%global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le
%global _monodir %{_prefix}/lib/mono
%global _monogacdir %{_monodir}/gac
%endif
%if 0%{?rhel}%{?el6}%{?el7}
# to resolve: "ERROR: No build ID note found"
%undefine _missing_build_ids_terminate_build
%endif
Name: mono
Version: 4.4.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Cross-platform, Open Source, .NET development framework
Group: Development/Languages
License: MIT
URL: http://www.mono-project.com
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.122.tar.bz2
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.142.tar.bz2
# This key was generated by Tom "spot" Callaway <tcallawa@redhat.com> on Dec 1, 2009
# by running the following command:
# sn -k mono.snk
@ -759,6 +758,10 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir}
%{_libdir}/pkgconfig/monodoc.pc
%changelog
* Wed May 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-3
- update to 4.4.0.142 CYCLE 7 Beta Release Candidate
- tidy up the spec file for Epel builds
* Mon Apr 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-2
- update to 4.4.0.122 Cycle 7 Beta

View File

@ -1 +1 @@
434982ec0021fdd302cd1f805b01a869 mono-4.4.0.122.tar.bz2
4b58dbfa0b559a61ac808f5c0861e54a mono-4.4.0.142.tar.bz2