drop ppc ppc64 ppc64le, it's not supported yet

f41
Than Ngo 9 years ago
parent d01e45a14b
commit 24f8b8411d

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

Loading…
Cancel
Save