require qt6-qtwebengine and qt6-qtwebchannel [release 6.3.1-2mamba;Wed Aug 31 2022]
This commit is contained in:
parent
0eea0773f1
commit
cf8d915e38
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: PyQt6-WebEngine
|
||||
Version: 6.3.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python bindings for the WebEngine module of the Qt6 cross platform GUI toolkit
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -16,19 +16,22 @@ BuildRequires: python3.10dist(pyqt6)
|
||||
BuildRequires: python3.10dist(pyqt6-sip)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-sip-py310
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%define py_requires_append \
|
||||
Requires: qt6-qtwebengine \
|
||||
Requires: qt6-qtwebchannel
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n PyQt6_WebEngine-%{version} -D -T
|
||||
%setup -q -n PyQt6_WebEngine-%{version}
|
||||
|
||||
%build
|
||||
:<< _EOF
|
||||
sip-build-py%{with_pyver} \
|
||||
--no-make \
|
||||
--api-dir %{_datadir}/qt6/qsci/api/python \
|
||||
@ -58,5 +61,8 @@ make CXX="g++ -I/usr/include/qt6/QtWebChannel"
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Aug 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-2mamba
|
||||
- require qt6-qtwebengine and qt6-qtwebchannel
|
||||
|
||||
* Sun Aug 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user