Provides: PyQt5
This commit is contained in:
parent
ecd44644a0
commit
4203d9f1a7
@ -2,7 +2,7 @@
|
||||
Summary: Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -38,6 +38,8 @@ Requires: dbus-python
|
||||
%filter_provides_in %{python_sitearch} %{?_qt5_plugindir}
|
||||
%filter_setup
|
||||
|
||||
Provides PyQt5 = %{version}-%{release}
|
||||
Provides PyQt5%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
These are Python bindings for Qt5.
|
||||
@ -47,12 +49,14 @@ Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel
|
||||
Requires: sip-devel
|
||||
Provides PyQt5-devel = %{version}-%{release}
|
||||
%description devel
|
||||
Files needed to build other bindings for C++ classes that inherit from any
|
||||
of the Qt5 classes (e.g. KDE or your own).
|
||||
|
||||
%package doc
|
||||
Summary: Developer documentation for %{name}
|
||||
Provides PyQt5-doc = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
%{summary}.
|
||||
@ -130,6 +134,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-3
|
||||
- Provides: PyQt5
|
||||
|
||||
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-2
|
||||
- BR: python2-devel, use %%__python2 macro
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user