webengine: add ExclusiveArch (matching qt5-qtwebengine's)

This commit is contained in:
Rex Dieter 2016-03-14 08:06:10 -05:00
parent cb628961d3
commit 5761442ab7

View File

@ -8,8 +8,10 @@
# enable/disable individual modules
%if 0%{?fedora} > 23
%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le mips mipsel mips64el
%global webengine 1
%endif
%endif
%global webkit 1
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
@ -17,7 +19,7 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.5.1
Release: 15%{?dist}
Release: 16%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+
@ -393,6 +395,9 @@ sed -i \
%changelog
* Mon Mar 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-16
- -webengine: add ExclusiveArch (matching qt5-qtwebengine's)
* Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-15
- add Obsoletes for misnamed -webengine/-webkit pkgs (#1315025)