Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/python-qt5
This commit is contained in:
commit
02060d7781
@ -37,7 +37,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.12.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
License: GPLv3
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
@ -117,8 +117,6 @@ Summary: Python 2 bindings for Qt5
|
||||
Requires: python2-qt5-base%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
Requires: python2-enum34
|
||||
Provides: PyQt5 = %{version}-%{release}
|
||||
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
||||
Provides: python2-PyQt5 = %{version}-%{release}
|
||||
Provides: python2-PyQt5%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-qt5}
|
||||
@ -167,6 +165,8 @@ Summary: Python 3 bindings for Qt5
|
||||
%if 0%{?webengine} || 0%{?webkit}
|
||||
Obsoletes: python3-qt5 < 5.5.1-10
|
||||
%endif
|
||||
Provides: PyQt5 = %{version}-%{release}
|
||||
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
||||
Provides: python%{python3_pkgversion}-PyQt5 = %{version}-%{release}
|
||||
Provides: python%{python3_pkgversion}-PyQt5%{?_isa} = %{version}-%{release}
|
||||
Requires: python%{python3_pkgversion}-qt5-base%{?_isa} = %{version}-%{release}
|
||||
@ -402,15 +402,6 @@ sed -i \
|
||||
%{python2_sitearch}/PyQt5/QtWebSockets.so
|
||||
%{python2_sitearch}/PyQt5/QtX11Extras.so
|
||||
%{python2_sitearch}/PyQt5/QtXmlPatterns.so
|
||||
%{python2_sitearch}/PyQt5/uic/
|
||||
# *was* in -devel
|
||||
%{_bindir}/pylupdate5
|
||||
%{_bindir}/pyrcc5
|
||||
%{_bindir}/pyuic5
|
||||
%{python2_sitearch}/PyQt5/pylupdate.so
|
||||
%{python2_sitearch}/PyQt5/pylupdate_main.py*
|
||||
%{python2_sitearch}/PyQt5/pyrcc.so
|
||||
%{python2_sitearch}/PyQt5/pyrcc_main.py*
|
||||
|
||||
%files -n python2-qt5-base
|
||||
%doc NEWS README
|
||||
@ -433,6 +424,15 @@ sed -i \
|
||||
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
||||
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_1.so
|
||||
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.so
|
||||
# *was* in -devel
|
||||
%{_bindir}/pylupdate5
|
||||
%{_bindir}/pyrcc5
|
||||
%{_bindir}/pyuic5
|
||||
%{python2_sitearch}/PyQt5/uic/
|
||||
%{python2_sitearch}/PyQt5/pylupdate.so
|
||||
%{python2_sitearch}/PyQt5/pylupdate_main.py*
|
||||
%{python2_sitearch}/PyQt5/pyrcc.so
|
||||
%{python2_sitearch}/PyQt5/pyrcc_main.py*
|
||||
|
||||
%if 0%{?webengine}
|
||||
%files -n python2-qt5-webengine
|
||||
@ -475,17 +475,6 @@ sed -i \
|
||||
%{python3_sitearch}/PyQt5/QtWebSockets.*
|
||||
%{python3_sitearch}/PyQt5/QtX11Extras.*
|
||||
%{python3_sitearch}/PyQt5/QtXmlPatterns.*
|
||||
%{python3_sitearch}/PyQt5/uic/
|
||||
# *was* in python3-qt5-devel
|
||||
%{_bindir}/pylupdate5
|
||||
%{_bindir}/pyrcc5
|
||||
%{_bindir}/pyuic5
|
||||
%{python3_sitearch}/PyQt5/pylupdate.so
|
||||
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
||||
%{python3_sitearch}/PyQt5/__pycache__/pylupdate_main*
|
||||
%{python3_sitearch}/PyQt5/pyrcc.so
|
||||
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
||||
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
||||
|
||||
%files -n python%{python3_pkgversion}-qt5-base
|
||||
%doc NEWS README
|
||||
@ -512,6 +501,17 @@ sed -i \
|
||||
# plugins
|
||||
%{_qt5_plugindir}/PyQt5/
|
||||
%{_qt5_plugindir}/designer/libpyqt5.so
|
||||
%{python3_sitearch}/PyQt5/uic/
|
||||
# *was* in python3-qt5-devel
|
||||
%{_bindir}/pylupdate5
|
||||
%{_bindir}/pyrcc5
|
||||
%{_bindir}/pyuic5
|
||||
%{python3_sitearch}/PyQt5/pylupdate.so
|
||||
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
||||
%{python3_sitearch}/PyQt5/__pycache__/pylupdate_main*
|
||||
%{python3_sitearch}/PyQt5/pyrcc.so
|
||||
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
||||
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
||||
|
||||
%if 0%{?webengine}
|
||||
%files -n python%{python3_pkgversion}-qt5-webengine
|
||||
@ -544,6 +544,10 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-5
|
||||
- move pyuic and friends to -base (#1728273)
|
||||
- move Provides: PyQt5 to python3-qt5 (#1730635)
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user