update to 5.15.5 [release 5.15.5-1mamba;Tue Apr 12 2022]
This commit is contained in:
parent
870550522f
commit
d16e328f2c
@ -1,6 +1,5 @@
|
|||||||
%define with_pyver 3
|
|
||||||
Name: pyqtwebengine
|
Name: pyqtwebengine
|
||||||
Version: 5.15.2
|
Version: 5.15.5
|
||||||
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
|
||||||
@ -9,13 +8,17 @@ 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://pypi.debian.net/PyQtWebEngine/PyQtWebEngine-%{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
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(pyqt5)
|
||||||
|
BuildRequires: python3.7dist(pyqt5-sip)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libQt5WebEngine-devel >= %{version}
|
BuildRequires: libQt5WebEngine-devel >= %{version}
|
||||||
Requires: python >= %python_version
|
BuildRequires: PyQt5-py3
|
||||||
|
BuildRequires: PyQt5-sip-py3
|
||||||
|
BuildRequires: PyQt5-py310
|
||||||
|
BuildRequires: PyQt5-sip-py310
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,23 +40,23 @@ This package contains the Sip interfaces for %{name}.
|
|||||||
%setup -q -n PyQtWebEngine-%{version}
|
%setup -q -n PyQtWebEngine-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} configure.py
|
sip-build-py%{with_pyver} \
|
||||||
|
--no-make \
|
||||||
|
--api-dir %{_datadir}/qt5/qsci/api/python
|
||||||
|
|
||||||
|
cd build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
%makeinstall -C build INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/PyQt5/QtWebEngine.pyi
|
%{python_sitearch}/PyQt5/QtWebEngine.abi3.so
|
||||||
%{python_sitearch}/PyQt5/QtWebEngine.so
|
%{python_sitearch}/PyQt5/QtWebEngineCore.abi3.so
|
||||||
%{python_sitearch}/PyQt5/QtWebEngineCore.pyi
|
%{python_sitearch}/PyQt5/QtWebEngineWidgets.abi3.so
|
||||||
%{python_sitearch}/PyQt5/QtWebEngineCore.so
|
|
||||||
%{python_sitearch}/PyQt5/QtWebEngineWidgets.pyi
|
|
||||||
%{python_sitearch}/PyQt5/QtWebEngineWidgets.so
|
|
||||||
%dir %{python_sitearch}/PyQtWebEngine-%{version}.dist-info
|
%dir %{python_sitearch}/PyQtWebEngine-%{version}.dist-info
|
||||||
%{python_sitearch}/PyQtWebEngine-%{version}.dist-info/*
|
%{python_sitearch}/PyQtWebEngine-%{version}.dist-info/*
|
||||||
|
|
||||||
@ -61,14 +64,17 @@ CFLAGS="%{optflags}" %{__python} configure.py
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/qt5/qsci/api/python/PyQtWebEngine.api
|
%{_datadir}/qt5/qsci/api/python/PyQtWebEngine.api
|
||||||
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngine
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngine
|
||||||
%{python_sitearch}/PyQt5/bindings/QtWebEngine/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngine/*
|
||||||
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineCore
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineCore
|
||||||
%{python_sitearch}/PyQt5/bindings/QtWebEngineCore/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineCore/*
|
||||||
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets
|
||||||
%{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets/*.sip
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.5-1mamba
|
||||||
|
- update to 5.15.5
|
||||||
|
|
||||||
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
||||||
- update to 5.15.2
|
- update to 5.15.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user