|
|
@ -24,7 +24,7 @@
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.15.0
|
|
|
|
Version: 5.15.0
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
License: GPLv3
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
@ -318,6 +318,8 @@ sed -i \
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc.abi3.so
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc.abi3.so
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
|
|
|
|
|
|
|
%{python3_sitearch}/PyQt5/py.typed
|
|
|
|
|
|
|
|
%{python3_sitearch}/PyQt5/sip.pyi
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?webengine}
|
|
|
|
%if 0%{?webengine}
|
|
|
|
%files -n python%{python3_pkgversion}-qt5-webengine
|
|
|
|
%files -n python%{python3_pkgversion}-qt5-webengine
|
|
|
@ -347,6 +349,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 20 2021 Scott Talbert <swt@techie.net> - 5.15.0-12
|
|
|
|
|
|
|
|
- Fix build with sip 6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2021 Scott Talbert <swt@techie.net> - 5.15.0-11
|
|
|
|
* Wed Jul 14 2021 Scott Talbert <swt@techie.net> - 5.15.0-11
|
|
|
|
- Remove sip depends from -devel package (to allow older sips)
|
|
|
|
- Remove sip depends from -devel package (to allow older sips)
|
|
|
|
|
|
|
|
|
|
|
|