Adjust dbus path.

f41
Gwyn Ciesla 6 years ago
parent fe3f9502a3
commit a3c862fdf5

@ -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 <gwync@protonmail.com> - 5.13.0-3
- Adjust dbus path.
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 5.13.0-2
- Rebuilt for Python 3.8

Loading…
Cancel
Save