|
|
@ -11,7 +11,7 @@
|
|
|
|
Summary: Python bindings for Qt5
|
|
|
|
Summary: Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.4
|
|
|
|
Version: 5.4
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?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+
|
|
|
@ -72,10 +72,10 @@ These are Python bindings for Qt5.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: sip-devel
|
|
|
|
Requires: sip-devel
|
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
|
|
|
of the Qt5 classes (e.g. KDE or your own).
|
|
|
|
of the Qt5 classes (e.g. KDE or your own).
|
|
|
@ -90,12 +90,13 @@ Requires: python3-dbus
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-qt5-devel
|
|
|
|
%package -n python3-qt5-devel
|
|
|
|
Summary: Python 3 bindings for Qt5
|
|
|
|
Summary: Python 3 bindings for Qt5
|
|
|
|
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: python3-sip-devel
|
|
|
|
Requires: python3-sip-devel
|
|
|
|
Provides: python3-PyQt5-devel = %{version}-%{release}
|
|
|
|
Provides: python3-PyQt5-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
%description -n python3-qt5-devel
|
|
|
|
%description -n python3-qt5-devel
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
|
|
|
of the Qt5 classes (e.g. KDE or your own).
|
|
|
|
of the Qt5 classes
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
%package doc
|
|
|
|
Summary: Developer documentation for %{name}
|
|
|
|
Summary: Developer documentation for %{name}
|
|
|
@ -254,8 +255,8 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
|
|
|
%{python3_sitearch}/PyQt5/uic/
|
|
|
|
%{python3_sitearch}/PyQt5/uic/
|
|
|
|
|
|
|
|
|
|
|
|
# FIXME/TODO
|
|
|
|
%files -n python3-qt5-devel
|
|
|
|
#files -n python3-qt5-devel
|
|
|
|
%{_datadir}/sip/PyQt5/
|
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
@ -264,6 +265,10 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 28 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4-3
|
|
|
|
|
|
|
|
- python3-qt5-devel subpkg
|
|
|
|
|
|
|
|
- make -devel pkgs noarch, don't depend on base pkg
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-2
|
|
|
|
* Sat Dec 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-2
|
|
|
|
- ensure .so modules are executable (for proper -debuginfo extraction)
|
|
|
|
- ensure .so modules are executable (for proper -debuginfo extraction)
|
|
|
|
|
|
|
|
|
|
|
|