automatic version update by autodist [release 6.4.0-1mamba;Wed Oct 05 2022]
This commit is contained in:
parent
cf8d915e38
commit
7455375e47
@ -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.4.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -11,9 +11,16 @@ URL: https://www.riverbankcomputing.com/software/pyqtwebengine/
|
|||||||
Source: https://pypi.debian.net/PyQt6-WebEngine/PyQt6_WebEngine-%{version}.tar.gz
|
Source: https://pypi.debian.net/PyQt6-WebEngine/PyQt6_WebEngine-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython310-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: python3.10dist(pyqt6)
|
BuildRequires: python3.10dist(pyqt6)
|
||||||
BuildRequires: python3.10dist(pyqt6-sip)
|
BuildRequires: python3.10dist(pyqt6-sip)
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
|
BuildRequires: qt6-qtwebengine-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-sip-py310
|
BuildRequires: python-sip-py310
|
||||||
BuildRequires: qt6-qtwebengine-devel
|
BuildRequires: qt6-qtwebengine-devel
|
||||||
@ -61,6 +68,9 @@ make CXX="g++ -I/usr/include/qt6/QtWebChannel"
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 05 2022 Automatic Build System <autodist@mambasoft.it> 6.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-2mamba
|
* Wed Aug 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.1-2mamba
|
||||||
- require qt6-qtwebengine and qt6-qtwebchannel
|
- require qt6-qtwebengine and qt6-qtwebchannel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user