BR: qt5-qtbase-private-devel

- python3-qt5: add versioned qt5 dep (like base python-qt5 pkg has)
This commit is contained in:
Rex Dieter 2016-07-06 09:40:56 -05:00
parent 00168ae058
commit 812ed345aa

View File

@ -20,7 +20,7 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.6
Release: 4%{?dist}
Release: 5%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+
@ -79,7 +79,8 @@ Obsoletes: python-qt5 < 5.5.1-10
Requires: %{name}-rpm-macros = %{version}-%{release}
Requires: dbus-python
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
%filter_provides_in %{python_sitearch} %{?_qt5_plugindir}
@ -120,6 +121,7 @@ BuildArch: noarch
%package -n python3-qt5
Summary: Python 3 bindings for Qt5
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}}
# when split out
%if 0%{?webengine} || 0%{?webkit}
@ -415,6 +417,10 @@ sed -i \
%changelog
* Wed Jul 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-5
- BR: qt5-qtbase-private-devel
- python3-qt5: add versioned qt5 dep (like base python-qt5 pkg has)
* Wed Jun 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-4
- rebuild (qt5)