From 3b209ce205f8058ce994b62f70e84230e47b05b7 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 11 Sep 2025 10:37:15 +0800 Subject: [PATCH] drop deprecated qtenginio --- python-qt5.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 015ecb4..5e0c529 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -9,7 +9,7 @@ Name: python-qt5 Version: 5.15.9 -Release: 1 +Release: 2 Summary: PyQt5 is a set of Python bindings for Qt5 License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -21,7 +21,7 @@ Source4: pyuic5.sh BuildRequires: chrpath findutils dbus-devel dbus-python-devel qt5-qttools-devel -BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtenginio-devel qt5-qtconnectivity-devel +BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtconnectivity-devel BuildRequires: qt5-qtlocation-devel qt5-qtmultimedia-devel qt5-qtdeclarative-devel BuildRequires: qt5-qtsensors-devel qt5-qtserialport-devel qt5-qtx11extras-devel BuildRequires: qt5-qtxmlpatterns-devel qt5-qtwebchannel-devel qt5-qtwebsockets-devel @@ -159,17 +159,14 @@ sed -i \ popd %files rpm-macros -%defattr(-,root,root) %{rpm_macros_dir}/macros.pyqt5 %files -n python%{python3_pkgversion}-qt5 -%defattr(-,root,root) %{_bindir}/pylupdate5 %{_bindir}/pyrcc5 %{_bindir}/pyuic5 %{_qt5_plugindir}/PyQt5 %{_qt5_plugindir}/designer/libpyqt5.so -%{py3_site_qt5}/Enginio.* %{py3_site_qt5}/QtBluetooth.* %{py3_site_qt5}/QtDesigner.* %{py3_site_qt5}/QtHelp.* @@ -195,7 +192,6 @@ popd %{py3_site_qt5}/pyrcc_main.py* %files -n python%{python3_pkgversion}-qt5-base -%defattr(-,root,root) %doc NEWS README %license LICENSE %{python3_dbus_dir}/pyqt5.so @@ -217,22 +213,18 @@ popd %if 0%{?webengine} %files -n python%{python3_pkgversion}-qt5-webengine -%defattr(-,root,root) %{py3_site_qt5}/QtWebEngine* %endif %files -n python%{python3_pkgversion}-qt5-webkit -%defattr(-,root,root) %{py3_site_qt5}/QtWebKit* %files -n python%{python3_pkgversion}-qt5-devel -%defattr(-,root,root) %{py3_sipdir}/ %dir %{_datadir}/python3-sip/ %{_datadir}/python3-sip/PyQt5/ %files help -%defattr(-,root,root) %doc examples/ %dir %{_qt5_datadir}/qsci/ %dir %{_qt5_datadir}/qsci/api/ @@ -240,6 +232,9 @@ popd %doc %{_qt5_datadir}/qsci/api/python/PyQt5.api %changelog +* Thu Sep 11 2025 Funda Wang - 5.15.9-2 +- drop deprecated qtenginio + * Thu Sep 05 2024 Ge Wang - 5.15.9-1 - Update to Pyqt5 5.15.9 -- Gitee