2024-01-06 10:39:19 +01:00
|
|
|
|
Name: pyqtwebengine
|
2024-01-06 10:39:19 +01:00
|
|
|
|
Version: 5.15.6
|
2024-01-06 10:39:19 +01:00
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: A set of Python bindings for The Qt Company’s Qt WebEngine framework
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
|
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
2024-01-06 10:39:19 +01:00
|
|
|
|
Source: https://pypi.debian.net/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
|
2024-01-06 10:39:19 +01:00
|
|
|
|
License: GPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:39:19 +01:00
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
|
BuildRequires: python3.7dist(pyqt5)
|
|
|
|
|
BuildRequires: python3.7dist(pyqt5-sip)
|
2024-01-06 10:39:19 +01:00
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:39:19 +01:00
|
|
|
|
BuildRequires: libQt5WebEngine-devel >= %{version}
|
2024-01-06 10:39:19 +01:00
|
|
|
|
BuildRequires: PyQt5-py3
|
|
|
|
|
BuildRequires: PyQt5-sip-py3
|
|
|
|
|
BuildRequires: PyQt5-py310
|
|
|
|
|
BuildRequires: PyQt5-sip-py310
|
2024-01-06 10:39:19 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package sip
|
|
|
|
|
Summary: Sip interfaces for %{name}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
%description sip
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
This package contains the Sip interfaces for %{name}.
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%setup -q -n PyQtWebEngine-%{version}
|
2024-01-06 10:39:19 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:39:19 +01:00
|
|
|
|
sip-build-py%{with_pyver} \
|
|
|
|
|
--no-make \
|
|
|
|
|
--api-dir %{_datadir}/qt5/qsci/api/python
|
2024-01-06 10:39:19 +01:00
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
cd build
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%makeinstall -C build INSTALL_ROOT=%{buildroot}
|
2024-01-06 10:39:19 +01:00
|
|
|
|
|
|
|
|
|
%files %{?pyappend}
|
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%{python_sitearch}/PyQt5/QtWebEngine.abi3.so
|
|
|
|
|
%{python_sitearch}/PyQt5/QtWebEngineCore.abi3.so
|
|
|
|
|
%{python_sitearch}/PyQt5/QtWebEngineWidgets.abi3.so
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%dir %{python_sitearch}/PyQtWebEngine-%{version}.dist-info
|
|
|
|
|
%{python_sitearch}/PyQtWebEngine-%{version}.dist-info/*
|
|
|
|
|
|
|
|
|
|
%files sip
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_datadir}/qt5/qsci/api/python/PyQtWebEngine.api
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngine
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%{python_sitearch}/PyQt5/bindings/QtWebEngine/*
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineCore
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineCore/*
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%dir %{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%{python_sitearch}/PyQt5/bindings/QtWebEngineWidgets/*
|
2024-01-06 10:39:19 +01:00
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Tue Jul 05 2022 Automatic Build System <autodist@mambasoft.it> 5.15.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Tue Apr 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.5-1mamba
|
|
|
|
|
- update to 5.15.5
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
|
|
|
|
- update to 5.15.2
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.14.0-1mamba
|
|
|
|
|
- update to 5.14.0
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.1-1mamba
|
|
|
|
|
- update to 5.13.1
|
|
|
|
|
|
2024-01-06 10:39:19 +01:00
|
|
|
|
* Wed Oct 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.0-1mamba
|
|
|
|
|
- package created using the webbuild interface
|