|
|
@ -29,16 +29,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.11.3
|
|
|
|
Version: 5.12.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
License: GPLv3
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
%if 0%{?snap:1}
|
|
|
|
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-%{version}%{?snap:.%{snap}}.tar.gz
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-%{version}%{?snap:.%{snap}}.tar.gz
|
|
|
|
%else
|
|
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Source1: macros.pyqt5
|
|
|
|
Source1: macros.pyqt5
|
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
|
|
|
Source2: pylupdate5.sh
|
|
|
|
Source2: pylupdate5.sh
|
|
|
@ -85,7 +82,7 @@ BuildRequires: python2-enum34
|
|
|
|
%global python2_dbus dbus-python
|
|
|
|
%global python2_dbus dbus-python
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: %{python2_dbus}
|
|
|
|
BuildRequires: %{python2_dbus}
|
|
|
|
%global sip_ver 4.19.12
|
|
|
|
%global sip_ver 4.19.15
|
|
|
|
BuildRequires: python2-pyqt5-sip >= %{sip_ver}
|
|
|
|
BuildRequires: python2-pyqt5-sip >= %{sip_ver}
|
|
|
|
BuildRequires: python2-sip-devel >= %{sip_ver}
|
|
|
|
BuildRequires: python2-sip-devel >= %{sip_ver}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
@ -242,7 +239,7 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
%setup -q -n PyQt5_gpl-%{version}%{?snap:.%{snap}}
|
|
|
|
%setup -q -n PyQt5_gpl-%{version}%{?snap:.%{snap}}
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
#patch1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -458,7 +455,7 @@ sed -i \
|
|
|
|
%{python3_dbus_dir}/pyqt5.so
|
|
|
|
%{python3_dbus_dir}/pyqt5.so
|
|
|
|
%dir %{python3_sitearch}/PyQt5/
|
|
|
|
%dir %{python3_sitearch}/PyQt5/
|
|
|
|
%{python3_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
|
|
|
%{python3_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/
|
|
|
|
#{python3_sitearch}/PyQt5/__pycache__/
|
|
|
|
%{python3_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python3_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python3_sitearch}/PyQt5/Qt.*
|
|
|
|
%{python3_sitearch}/PyQt5/Qt.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtCore.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtCore.*
|
|
|
@ -506,6 +503,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
|
|
|
|
- 5.12.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-6
|
|
|
|
* Sun Mar 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-6
|
|
|
|
- re-enable webengine support
|
|
|
|
- re-enable webengine support
|
|
|
|
|
|
|
|
|
|
|
|