limit -webengine support to just primary archs (for now)
This commit is contained in:
parent
1db5bb4f22
commit
394cea5d79
@ -8,7 +8,8 @@
|
||||
|
||||
# enable/disable individual modules
|
||||
%if 0%{?fedora} > 23
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips mipsel mips64el
|
||||
#ifarch %{arm} %{ix86} x86_64 aarch64 ppc ppc64 ppc64le mips mipsel mips64el
|
||||
%ifarch %{arm} %{ix86} x86_64
|
||||
%global webengine 1
|
||||
%endif
|
||||
%endif
|
||||
@ -19,7 +20,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.5.1
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -404,6 +405,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-19
|
||||
- limit -webengine support to just primary archs (for now)
|
||||
|
||||
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-18
|
||||
- -rpm-macros subpkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user