- disable tests on some alt-arches to unblock depending builds

This commit is contained in:
Dan Horák 2016-10-24 14:53:51 +02:00
parent 8c2171471b
commit 82ec7425cf

View File

@ -5,7 +5,12 @@
%endif
%global __provides_exclude_from .*/site-packages/.*\\.so$
%global with_html 0
%ifarch %{power64} s390x
# disable tests on alt arches until resolved by upstream
%global run_tests 0
%else
%global run_tests 1
%endif
# On RHEL 7 onwards, don't build with wx:
%if 0%{?rhel} >= 7
@ -47,7 +52,7 @@
Name: python-matplotlib
Version: 2.0.0
Release: 0.2%{?rctag:.%{rctag}}%{?dist}
Release: 0.3%{?rctag:.%{rctag}}%{?dist}
Summary: Python 2D plotting library
Group: Development/Libraries
# qt4_editor backend is MIT
@ -611,6 +616,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
%endif
%changelog
* Mon Oct 24 2016 Dan Horák <dan[at]danny.cz> - 2.0.0-0.3.b4
- disable tests on some alt-arches to unblock depending builds
* Mon Sep 26 2016 Dominik Mierzejewski <rpm@greysector.net> - 2.0.0-0.2.b4
- add missing runtime dependencies for python2 package