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