PyQt6-WebEngine/PyQt6-WebEngine.spec

63 lines
1.9 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: PyQt6-WebEngine
Version: 6.3.1
Release: 1mamba
Summary: Python bindings for the WebEngine module of the Qt6 cross platform GUI toolkit
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/
Source: https://pypi.debian.net/PyQt6-WebEngine/PyQt6_WebEngine-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(pyqt6)
BuildRequires: python3.10dist(pyqt6-sip)
## AUTOBUILDREQ-END
BuildRequires: python-sip-py310
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n PyQt6_WebEngine-%{version} -D -T
%build
:<< _EOF
sip-build-py%{with_pyver} \
--no-make \
--api-dir %{_datadir}/qt6/qsci/api/python \
--qmake=%{_bindir}/qmake-qt6
cd build
# Workaround for qwebchannel.h: No such file or directory
make CXX="g++ -I/usr/include/qt6/QtWebChannel"
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build INSTALL_ROOT=%{buildroot}
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitearch}/PyQt6
%{python_sitearch}/PyQt6/QtWebEngine*.so
%dir %{python_sitearch}/PyQt6/bindings/QtWebEngineCore
%{python_sitearch}/PyQt6/bindings/QtWebEngineCore/*
%dir %{python_sitearch}/PyQt6/bindings/QtWebEngineQuick
%{python_sitearch}/PyQt6/bindings/QtWebEngineQuick/*
%dir %{python_sitearch}/PyQt6/bindings/QtWebEngineWidgets
%{python_sitearch}/PyQt6/bindings/QtWebEngineWidgets/*
%dir %{python_sitearch}/PyQt6_WebEngine-%{version}.dist-info
%{python_sitearch}/PyQt6_WebEngine-%{version}.dist-info/*
%{_datadir}/qt6/qsci/api/python/PyQt6-WebEngine.api
%doc LICENSE
%changelog
* Sun Aug 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-1mamba
- package created using the webbuild interface