python2-qt5-base: move qt plugins here (#!708274)

Turns out they're python2-based only.
f41
Rex Dieter 6 years ago
parent 560ffec1f8
commit d076e98a45

@ -37,7 +37,7 @@
Summary: PyQt5 is Python bindings for Qt5 Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5 Name: python-qt5
Version: 5.12.2 Version: 5.12.2
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3 License: GPLv3
Url: http://www.riverbankcomputing.com/software/pyqt/ Url: http://www.riverbankcomputing.com/software/pyqt/
@ -400,6 +400,7 @@ sed -i \
%files -n python2-qt5-base %files -n python2-qt5-base
%doc NEWS README %doc NEWS README
%license LICENSE %license LICENSE
%{_qt5_plugindir}/PyQt5/
%{python2_dbus_dir}/pyqt5.so %{python2_dbus_dir}/pyqt5.so
%dir %{python2_sitearch}/PyQt5/ %dir %{python2_sitearch}/PyQt5/
%{python2_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info %{python2_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
@ -441,7 +442,6 @@ sed -i \
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python%{python3_pkgversion}-qt5 %files -n python%{python3_pkgversion}-qt5
%{_qt5_plugindir}/PyQt5/
%{python3_sitearch}/PyQt5/Enginio.* %{python3_sitearch}/PyQt5/Enginio.*
%{python3_sitearch}/PyQt5/QtBluetooth.* %{python3_sitearch}/PyQt5/QtBluetooth.*
%{python3_sitearch}/PyQt5/QtDesigner.* %{python3_sitearch}/PyQt5/QtDesigner.*
@ -528,6 +528,9 @@ sed -i \
%changelog %changelog
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-2
- python2-qt5-base: move qt plugins here (#!708274)
* Mon May 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1 * Mon May 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1
- 5.12.2 - 5.12.2

Loading…
Cancel
Save