rebuild for aarch64 (#1380191 fixed)

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2016-10-09 23:32:53 +02:00
parent a9b0ec7a4e
commit aa6504a6a1

View file

@ -59,7 +59,7 @@ Name: sagemath
Group: Applications/Engineering
Summary: A free open-source mathematics software system
Version: 7.3
Release: 4%{?dist}
Release: 5%{?dist}
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
# Additionally, every $files section has a comment with the license name
# before files with that license
@ -68,9 +68,8 @@ URL: http://www.sagemath.org
Source0: http://boxen.math.washington.edu/home/%{name}/sage-mirror/src/sage-%{version}.tar.gz
Source1: gprc.expect
Source2: makecmds.sty
# Follow maxima's ExclusiveArch, except aarch64
# maxima(-runtime-ecl) and linbox not available: https://bugzilla.redhat.com/show_bug.cgi?id=1380191
ExclusiveArch: %{arm} %{ix86} x86_64 ppc sparcv9
# Follow maxima's ExclusiveArch
ExclusiveArch: aarch64 %{arm} %{ix86} x86_64 ppc sparcv9
# Upstream uses mpir not gmp, but the rpm package is tailored to use gmp
Patch1: %{name}-gmp.patch
@ -1567,6 +1566,9 @@ exit 0
########################################################################
%changelog
* Sun Oct 09 2016 Dominik Mierzejewski <rpm@greysector.net> - 7.3-5
- rebuild for aarch64 (#1380191 fixed)
* Mon Sep 26 2016 Dominik Mierzejewski <rpm@greysector.net> - 7.3-4
- rebuilt for matplotlib-2.0.0
- sync supported arches with maxima