fix python3-qt5-webkit name

This commit is contained in:
Rex Dieter 2016-03-03 06:44:36 -06:00
parent fcbaecc4ef
commit 4ef186114d

View File

@ -17,7 +17,7 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.5.1
Release: 11%{?dist}
Release: 12%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+
@ -153,11 +153,11 @@ Obsoletes: python-qt5 < 5.5.1-10
Requires: %{name}%{?_isa} = %{version}-%{release}
%description webkit
%package -n python3-webkit
%package -n python3-qt5-webkit
Summary: Python bindings for Qt5 Webkit
Obsoletes: python3-qt5 < 5.5.1-10
Requires: python3-qt5%{?_isa} = %{version}-%{release}
%description -n python3-webkit
%description -n python3-qt5-webkit
%endif
@ -364,7 +364,7 @@ sed -i \
%endif
%if 0%{?webkit}
%files -n python3-webkit
%files -n python3-qt5-webkit
%{python3_sitearch}/PyQt5/QtWebKit.so
%{python3_sitearch}/PyQt5/QtWebKitWidgets.so
%endif
@ -387,6 +387,9 @@ sed -i \
%changelog
* Thu Mar 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-12
- fix python3-qt5-webkit name
* Wed Mar 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-11
- use safer subdir builds