update to 4.4.0.142 CYCLE 7 Beta Release Candidate and tidy up Epel builds
This commit is contained in:
parent
607cefe8c5
commit
b86fca8940
21
mono.spec
21
mono.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user