update to 5.14.0 [release 5.14.0-1mamba;Sat Apr 11 2020]
This commit is contained in:
parent
74b9157ac9
commit
befe3e7ab3
@ -1,5 +1,5 @@
|
|||||||
Name: pyqtwebengine
|
Name: pyqtwebengine
|
||||||
Version: 5.13.1
|
Version: 5.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework
|
Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,12 +7,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
||||||
Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
|
Source: https://pypi.debian.net/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
|
||||||
|
#Source: https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine_gpl-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libQt5WebEngine-devel == %{version}
|
BuildRequires: libQt5WebEngine-devel >= %{version}
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -33,7 +34,7 @@ This package contains the Sip interfaces for %{name}.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyQtWebEngine_gpl-%{version}
|
%setup -q -n PyQtWebEngine-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} configure.py
|
CFLAGS="%{optflags}" %{__python} configure.py
|
||||||
@ -68,6 +69,9 @@ CFLAGS="%{optflags}" %{__python} configure.py
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.14.0-1mamba
|
||||||
|
- update to 5.14.0
|
||||||
|
|
||||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.1-1mamba
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.1-1mamba
|
||||||
- update to 5.13.1
|
- update to 5.13.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user