rebuild (qt5), Provides: python2-qt5
This commit is contained in:
parent
4bfce60653
commit
9b8fbc73c6
@ -13,7 +13,7 @@
|
|||||||
Summary: Python bindings for Qt5
|
Summary: Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.5.1
|
Version: 5.5.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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+
|
||||||
@ -58,10 +58,10 @@ BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
|||||||
BuildRequires: pkgconfig(Qt5WebChannel)
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
||||||
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
||||||
BuildRequires: pkgconfig(Qt5WebSockets)
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel python2
|
||||||
BuildRequires: sip-devel >= 4.16.9
|
BuildRequires: sip-devel >= 4.16.9
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel python3
|
||||||
BuildRequires: python3-sip-devel >= 4.16.8
|
BuildRequires: python3-sip-devel >= 4.16.8
|
||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
@ -78,6 +78,8 @@ Requires: dbus-python
|
|||||||
|
|
||||||
Provides: PyQt5 = %{version}-%{release}
|
Provides: PyQt5 = %{version}-%{release}
|
||||||
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
||||||
|
Provides: python2-qt5 = %{version}-%{release}
|
||||||
|
Provides: python2-qt5%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are Python bindings for Qt5.
|
These are Python bindings for Qt5.
|
||||||
@ -325,6 +327,9 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-4
|
||||||
|
- rebuild (qt5), Provides: python2-qt5
|
||||||
|
|
||||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.1-3
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user