Rex Dieter 6 years ago
parent 07496f0fdb
commit d07a7fa550

1
.gitignore vendored

@ -10,3 +10,4 @@
/PyQt5_gpl-5.11.2.tar.gz
/PyQt5_gpl-5.11.3.dev1808131157.tar.gz
/PyQt5_gpl-5.11.3.tar.gz
/PyQt5_gpl-5.12.1.tar.gz

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

@ -1 +1 @@
SHA512 (PyQt5_gpl-5.11.3.tar.gz) = 6f4abb1866ce357263c208121607072e127c8853e9c6bf039b034fefdda4c40e38f917c3b313375f0d692d764ecf26ff3a6b12cda2a2eeb5237db8b5e9443548
SHA512 (PyQt5_gpl-5.12.1.tar.gz) = f8c440bd5e804b9f5fcabbdf1290cee3176f3d676d150c705b64136d2116ccd7b09233672674fe97a4aa521974c9355d44daf7a244b6cda7fa55757332c08e67

Loading…
Cancel
Save