python3: (Build)Requires: python3-dbus
This commit is contained in:
parent
3b6252c228
commit
f6a7ecef3f
@ -7,7 +7,7 @@
|
|||||||
Summary: Python bindings for Qt5
|
Summary: Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.3
|
Version: 5.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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+
|
||||||
@ -45,6 +45,7 @@ BuildRequires: sip-devel >= 4.16
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-sip-devel >= 4.16
|
BuildRequires: python3-sip-devel >= 4.16
|
||||||
|
BuildRequires: python3-dbus
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
@ -77,6 +78,7 @@ of the Qt5 classes (e.g. KDE or your own).
|
|||||||
Summary: Python 3 bindings for Qt5
|
Summary: Python 3 bindings for Qt5
|
||||||
%{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
%{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
||||||
Provides: python3-PyQt5 = %{version}-%{release}
|
Provides: python3-PyQt5 = %{version}-%{release}
|
||||||
|
Requires: python3-dbus
|
||||||
%description -n python3-qt5
|
%description -n python3-qt5
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -203,6 +205,7 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
%files -n python3-qt5
|
%files -n python3-qt5
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
%{python3_sitelib}/dbus/mainloop/pyqt5.so
|
||||||
%dir %{python3_sitearch}/PyQt5/
|
%dir %{python3_sitearch}/PyQt5/
|
||||||
%{python3_sitearch}/PyQt5/__pycache__/
|
%{python3_sitearch}/PyQt5/__pycache__/
|
||||||
%{python3_sitearch}/PyQt5/__init__.py*
|
%{python3_sitearch}/PyQt5/__init__.py*
|
||||||
@ -245,6 +248,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-2
|
||||||
|
- python3: (Build)Requires: python3-dbus
|
||||||
|
|
||||||
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-1
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-1
|
||||||
- PyQt-gpl-5.3
|
- PyQt-gpl-5.3
|
||||||
- +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
|
- +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
|
||||||
|
Loading…
Reference in New Issue
Block a user