diff --git a/python-qt5.spec b/python-qt5.spec index 182e1a7..9758248 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -75,7 +75,6 @@ Summary: Development files for %{name} Requires: qt5-qtbase-devel Requires: sip-devel Provides: PyQt5-devel = %{version}-%{release} -BuildArch: noarch %description devel Files needed to build other bindings for C++ classes that inherit from any of the Qt5 classes (e.g. KDE or your own). @@ -93,7 +92,6 @@ Summary: Python 3 bindings for Qt5 Requires: qt5-qtbase-devel Requires: python3-sip-devel Provides: python3-PyQt5-devel = %{version}-%{release} -BuildArch: noarch %description -n python3-qt5-devel Files needed to build other bindings for C++ classes that inherit from any of the Qt5 classes @@ -256,6 +254,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %{python3_sitearch}/PyQt5/uic/ %files -n python3-qt5-devel +%{_bindir}/pylupdate5 +%{_bindir}/pyrcc5 +%{_bindir}/pyuic5 %{_datadir}/sip/PyQt5/ %endif # with_python3 @@ -267,7 +268,6 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %changelog * Sun Dec 28 2014 Rex Dieter - 5.4-3 - python3-qt5-devel subpkg -- make -devel pkgs noarch, don't depend on base pkg * Sat Dec 27 2014 Rex Dieter 5.4-2 - ensure .so modules are executable (for proper -debuginfo extraction)