move -devel binaries to main pkg(s) (#1422613)
This commit is contained in:
parent
246532ed9e
commit
a8e7074c16
@ -20,7 +20,7 @@
|
|||||||
Summary: PyQt5 is Python bindings for Qt5
|
Summary: PyQt5 is Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.7.1
|
Version: 5.7.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
@ -319,6 +319,14 @@ sed -i \
|
|||||||
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.so
|
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.so
|
||||||
%{python2_sitearch}/PyQt5/uic/
|
%{python2_sitearch}/PyQt5/uic/
|
||||||
%{_qt5_plugindir}/designer/libpyqt5.so
|
%{_qt5_plugindir}/designer/libpyqt5.so
|
||||||
|
# *was* in -devel
|
||||||
|
%{_bindir}/pylupdate5
|
||||||
|
%{_bindir}/pyrcc5
|
||||||
|
%{_bindir}/pyuic5
|
||||||
|
%{python2_sitearch}/PyQt5/pylupdate.so
|
||||||
|
%{python2_sitearch}/PyQt5/pylupdate_main.py*
|
||||||
|
%{python2_sitearch}/PyQt5/pyrcc.so
|
||||||
|
%{python2_sitearch}/PyQt5/pyrcc_main.py*
|
||||||
|
|
||||||
%if 0%{?webengine}
|
%if 0%{?webengine}
|
||||||
%files webengine
|
%files webengine
|
||||||
@ -337,14 +345,7 @@ sed -i \
|
|||||||
%{rpm_macros_dir}/macros.pyqt5
|
%{rpm_macros_dir}/macros.pyqt5
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/pylupdate5
|
|
||||||
%{_bindir}/pyrcc5
|
|
||||||
%{_bindir}/pyuic5
|
|
||||||
%{_datadir}/sip/PyQt5/
|
%{_datadir}/sip/PyQt5/
|
||||||
%{python2_sitearch}/PyQt5/pylupdate.so
|
|
||||||
%{python2_sitearch}/PyQt5/pylupdate_main.py*
|
|
||||||
%{python2_sitearch}/PyQt5/pyrcc.so
|
|
||||||
%{python2_sitearch}/PyQt5/pyrcc_main.py*
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -389,6 +390,15 @@ sed -i \
|
|||||||
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_1.*
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_1.*
|
||||||
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.*
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.*
|
||||||
%{python3_sitearch}/PyQt5/uic/
|
%{python3_sitearch}/PyQt5/uic/
|
||||||
|
# *was* in python3-qt5-devel
|
||||||
|
%{_bindir}/pylupdate5
|
||||||
|
%{_bindir}/pyrcc5
|
||||||
|
%{_bindir}/pyuic5
|
||||||
|
%{_datadir}/python3-sip/PyQt5/
|
||||||
|
%{python3_sitearch}/PyQt5/pylupdate.so
|
||||||
|
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
||||||
|
%{python3_sitearch}/PyQt5/pyrcc.so
|
||||||
|
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
||||||
|
|
||||||
%if 0%{?webengine}
|
%if 0%{?webengine}
|
||||||
%files -n python3-qt5-webengine
|
%files -n python3-qt5-webengine
|
||||||
@ -404,14 +414,7 @@ sed -i \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-qt5-devel
|
%files -n python3-qt5-devel
|
||||||
%{_bindir}/pylupdate5
|
|
||||||
%{_bindir}/pyrcc5
|
|
||||||
%{_bindir}/pyuic5
|
|
||||||
%{_datadir}/python3-sip/PyQt5/
|
%{_datadir}/python3-sip/PyQt5/
|
||||||
%{python3_sitearch}/PyQt5/pylupdate.so
|
|
||||||
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
|
||||||
%{python3_sitearch}/PyQt5/pyrcc.so
|
|
||||||
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
@ -425,6 +428,9 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
||||||
|
- move -devel binaries to main pkg(s) (#1422613)
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user