- disable tests on some alt-arches to unblock depending builds
This commit is contained in:
parent
8c2171471b
commit
82ec7425cf
@ -5,7 +5,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%global __provides_exclude_from .*/site-packages/.*\\.so$
|
%global __provides_exclude_from .*/site-packages/.*\\.so$
|
||||||
%global with_html 0
|
%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
|
%global run_tests 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# On RHEL 7 onwards, don't build with wx:
|
# On RHEL 7 onwards, don't build with wx:
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
@ -47,7 +52,7 @@
|
|||||||
|
|
||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 0.2%{?rctag:.%{rctag}}%{?dist}
|
Release: 0.3%{?rctag:.%{rctag}}%{?dist}
|
||||||
Summary: Python 2D plotting library
|
Summary: Python 2D plotting library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
# qt4_editor backend is MIT
|
# qt4_editor backend is MIT
|
||||||
@ -611,6 +616,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 26 2016 Dominik Mierzejewski <rpm@greysector.net> - 2.0.0-0.2.b4
|
||||||
- add missing runtime dependencies for python2 package
|
- add missing runtime dependencies for python2 package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user