drop ppc ppc64 ppc64le, it's not supported yet
This commit is contained in:
parent
d01e45a14b
commit
24f8b8411d
@ -7,8 +7,9 @@
|
||||
%global python2_dbus_dir %(%{__python2} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
|
||||
|
||||
# enable/disable individual modules
|
||||
%if 0%{?fedora} > 23
|
||||
%ifarch %{arm} %{ix86} x86_64 aarch64 ppc ppc64 ppc64le mips mipsel mips64el
|
||||
# drop power64, it's not supported yet (than)
|
||||
%if 0%{?fedora} > 22
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el
|
||||
%global webengine 1
|
||||
%endif
|
||||
%endif
|
||||
@ -19,7 +20,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -414,6 +415,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Than Ngo <than@redhat.com> - 5.6-3
|
||||
- drop ppc ppc64 ppc64le, it's not supported yet
|
||||
|
||||
* Mon May 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-2
|
||||
- -rpm-macros: Conflicts: python(3)-qt5 < 5.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user