update to 5.13.0 [release 5.13.0-1mamba;Wed Oct 09 2019]
This commit is contained in:
parent
21e5269f04
commit
84068f35eb
14
PyQt5.spec
14
PyQt5.spec
@ -1,15 +1,16 @@
|
||||
%define pythonsip_ver %(sip -V)
|
||||
|
||||
Name: PyQt5
|
||||
Version: 5.11.3
|
||||
Release: 3mamba
|
||||
Version: 5.13.0
|
||||
Release: 1mamba
|
||||
Summary: Python bindings for the Qt5 cross platform GUI toolkit
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.riverbankcomputing.com/software/pyqt
|
||||
Source: http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz
|
||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQt5/%{version}/PyQt5_gpl-%{version}.tar.gz
|
||||
#Source: http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz
|
||||
Patch0: PyQt4-egl.patch
|
||||
Patch1: PyQt4-4.7.3-qreal_float_support.patch
|
||||
Patch2: PyQt4-4.9.4-x86_64.patch
|
||||
@ -35,6 +36,10 @@ BuildRequires: python-sip-devel >= 4.19.18
|
||||
BuildRequires: python-dbus-py%{with_pyver} >= 1.2.8-3mamba
|
||||
BuildRequires: python-sip-py%{with_pyver}-devel >= 4.19.18
|
||||
%endif
|
||||
BuildRequires: libqt5-devel >= %{version}
|
||||
%ifnarch arm
|
||||
BuildRequires: libQt5WebEngine-devel >= %{version}
|
||||
%endif
|
||||
Requires: python-dbus
|
||||
Requires: %{name}-qmlplugin
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -160,6 +165,9 @@ find examples/ -type f -exec chmod 0644 {} ';'
|
||||
%{_qt5_plugindir}/designer/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.0-1mamba
|
||||
- update to 5.13.0
|
||||
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.3-3mamba
|
||||
- rebuilt with python3 3.7.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user