python2-qt5-base: move qt plugins here (#!708274)
Turns out they're python2-based only.
This commit is contained in:
parent
560ffec1f8
commit
d076e98a45
@ -37,7 +37,7 @@
|
||||
Summary: PyQt5 is Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.12.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPLv3
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
@ -400,6 +400,7 @@ sed -i \
|
||||
%files -n python2-qt5-base
|
||||
%doc NEWS README
|
||||
%license LICENSE
|
||||
%{_qt5_plugindir}/PyQt5/
|
||||
%{python2_dbus_dir}/pyqt5.so
|
||||
%dir %{python2_sitearch}/PyQt5/
|
||||
%{python2_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
||||
@ -441,7 +442,6 @@ sed -i \
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python%{python3_pkgversion}-qt5
|
||||
%{_qt5_plugindir}/PyQt5/
|
||||
%{python3_sitearch}/PyQt5/Enginio.*
|
||||
%{python3_sitearch}/PyQt5/QtBluetooth.*
|
||||
%{python3_sitearch}/PyQt5/QtDesigner.*
|
||||
@ -528,6 +528,9 @@ sed -i \
|
||||
|
||||
|
||||
%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
|
||||
- 5.12.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user