add missing -webengine/-webkit descriptions
better python3-qt5-devel description
This commit is contained in:
parent
a2bdc65855
commit
175718ec67
@ -20,7 +20,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.8.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -105,7 +105,7 @@ Provides: PyQt5-devel = %{version}-%{release}
|
||||
Provides: python2-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).
|
||||
of the Qt5 classes
|
||||
|
||||
%package rpm-macros
|
||||
Summary: RPM macros %{name}
|
||||
@ -132,7 +132,7 @@ Requires: python3-dbus
|
||||
%{summary}.
|
||||
|
||||
%package -n python3-qt5-devel
|
||||
Summary: Python 3 bindings for Qt5
|
||||
Summary: Development files for python3-qt5
|
||||
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel
|
||||
Requires: python3-sip-devel
|
||||
@ -155,13 +155,15 @@ BuildRequires: pkgconfig(Qt5WebEngine)
|
||||
Obsoletes: python-qt5 < 5.5.1-10
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description webengine
|
||||
%{summary}.
|
||||
|
||||
%package -n python3-qt5-webengine
|
||||
Summary: Python bindings for Qt5 WebEngine
|
||||
Summary: Python3 bindings for Qt5 WebEngine
|
||||
Obsoletes: python3-webengine < 5.5.1-13
|
||||
Obsoletes: python3-qt5 < 5.5.1-10
|
||||
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
||||
%description -n python3-qt5-webengine
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%if 0%{?webkit}
|
||||
@ -172,12 +174,14 @@ Obsoletes: python3-webkit < 5.5.1-12
|
||||
Obsoletes: python-qt5 < 5.5.1-10
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description webkit
|
||||
%{summary}.
|
||||
|
||||
%package -n python3-qt5-webkit
|
||||
Summary: Python bindings for Qt5 Webkit
|
||||
Summary: Python3 bindings for Qt5 Webkit
|
||||
Obsoletes: python3-qt5 < 5.5.1-10
|
||||
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
||||
%description -n python3-qt5-webkit
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
|
||||
@ -427,6 +431,10 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-2
|
||||
- add missing -webengine/-webkit descriptions
|
||||
- better python3-qt5-devel description
|
||||
|
||||
* Tue Mar 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-1
|
||||
- PyQt5-5.8.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user