From a3c862fdf5d2d0962f97e3c2e0437485c4cb73a5 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 20 Aug 2019 10:51:00 -0500 Subject: [PATCH] Adjust dbus path. --- python-qt5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 24173c9..d1f3218 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -37,7 +37,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.13.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -410,7 +410,7 @@ sed -i \ %files -n python2-qt5-base %doc NEWS README %license LICENSE -%{python2_dbus_dir}/pyqt5.so +%{python2_sitearch}/dbus/mainloop/pyqt5.so %dir %{python2_sitearch}/PyQt5/ %{python2_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info %{python2_sitearch}/PyQt5/__init__.py* @@ -483,7 +483,7 @@ sed -i \ %files -n python%{python3_pkgversion}-qt5-base %doc NEWS README %license LICENSE -%{python3_dbus_dir}/pyqt5.so +%{python3_sitearch}/dbus/mainloop/pyqt5.so %dir %{python3_sitearch}/PyQt5/ %{python3_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info %{python3_sitearch}/PyQt5/__pycache__/__init__.* @@ -548,6 +548,9 @@ sed -i \ %changelog +* Tue Aug 20 2019 Gwyn Ciesla - 5.13.0-3 +- Adjust dbus path. + * Thu Aug 15 2019 Miro HronĨok - 5.13.0-2 - Rebuilt for Python 3.8