5.4-3
- python3-qt5-devel subpkg - make -devel pkgs noarch, don't depend on base pkg
This commit is contained in:
parent
380f1c23cb
commit
a37e8bd156
@ -11,7 +11,7 @@
|
||||
Summary: Python bindings for Qt5
|
||||
Name: python-qt5
|
||||
Version: 5.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||
License: BSD and GPLv2+
|
||||
@ -72,10 +72,10 @@ These are Python bindings for Qt5.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
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).
|
||||
@ -90,12 +90,13 @@ Requires: python3-dbus
|
||||
|
||||
%package -n python3-qt5-devel
|
||||
Summary: Python 3 bindings for Qt5
|
||||
Requires: python3-qt5%{?_isa} = %{version}-%{release}
|
||||
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 (e.g. KDE or your own).
|
||||
of the Qt5 classes
|
||||
|
||||
%package doc
|
||||
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/uic/
|
||||
|
||||
# FIXME/TODO
|
||||
#files -n python3-qt5-devel
|
||||
%files -n python3-qt5-devel
|
||||
%{_datadir}/sip/PyQt5/
|
||||
%endif # with_python3
|
||||
|
||||
%files doc
|
||||
@ -264,6 +265,10 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
||||
|
||||
|
||||
%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
|
||||
- ensure .so modules are executable (for proper -debuginfo extraction)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user