update to 6.5.0 [release 6.5.0-1mamba;Fri Apr 21 2023]
This commit is contained in:
parent
6a5ae60b62
commit
e71c5da0ba
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.4.3
|
||||
Version: 6.5.0
|
||||
Release: 1mamba
|
||||
Summary: Qt6 WebEngine component
|
||||
Group: System/Libraries
|
||||
@ -28,6 +28,7 @@ BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
@ -43,6 +44,7 @@ BuildRequires: libmesa-devel
|
||||
BuildRequires: libminizip1-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libopenjpeg-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libpci-devel
|
||||
BuildRequires: libpng-devel
|
||||
@ -58,9 +60,7 @@ BuildRequires: libxshmfence-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qttools-devel
|
||||
BuildRequires: qt6-qtwebchannel-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
||||
BuildRequires: python-html5lib-py3
|
||||
@ -146,14 +146,13 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources_100p.pak
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources_200p.pak
|
||||
%dir %{_datadir}/qt6/translations/qtwebengine_locales
|
||||
%dir %{_libdir}/qml/QtWebEngine
|
||||
%{_libdir}/qml/QtWebEngine/*
|
||||
%dir %{_libdir}/qml/QtQuick/Pdf
|
||||
%{_libdir}/qml/QtQuick/Pdf/*
|
||||
%{_libdir}/metatypes/qt6*.json
|
||||
%dir %{_libdir}/qt6/qml/QtWebEngine
|
||||
%{_libdir}/qt6/qml/QtWebEngine/*
|
||||
%dir %{_libdir}/qt6/qml/QtQuick/Pdf
|
||||
%{_libdir}/qt6/qml/QtQuick/Pdf/*
|
||||
%{_libdir}/qt6/metatypes/qt6*.json
|
||||
%{_libdir}/qt6/modules/*.json
|
||||
%{_datadir}/qt6/translations/qtwebengine_locales/*.pak
|
||||
%{_datadir}/qt6/modules/WebEngine*.json
|
||||
%{_datadir}/qt6/modules/Pdf*.json
|
||||
%doc LICENSES LICENSE.Chromium
|
||||
|
||||
%files devel
|
||||
@ -178,6 +177,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/pkgconfig/Qt6*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
|
||||
- update to 6.5.0
|
||||
|
||||
* Sun Mar 19 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user