automatic version update by autodist [release 6.4.1-1mamba;Tue Nov 22 2022]
This commit is contained in:
parent
edd70dc36a
commit
7ff891f2ac
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.4.0
|
||||
Version: 6.4.1
|
||||
Release: 1mamba
|
||||
Summary: Qt6 WebEngine component
|
||||
Group: System/Libraries
|
||||
@ -60,6 +60,7 @@ BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
||||
BuildRequires: python-html5lib-py3
|
||||
|
||||
%description
|
||||
Qt6 WebEngine component.
|
||||
@ -124,13 +125,6 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt6/plugins/imageformats/libqpdf.so
|
||||
%{_datadir}/qt6/resources/qtwebengine_devtools_resources.pak
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources.pak
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources_100p.pak
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources_200p.pak
|
||||
%dir %{_datadir}/qt6/translations/qtwebengine_locales
|
||||
%{_datadir}/qt6/translations/qtwebengine_locales/*.pak
|
||||
%{_libdir}/libQt6WebEngineCore.so.*
|
||||
%{_libdir}/libQt6WebEngineWidgets.so.*
|
||||
%{_libdir}/libQt6WebEngineQuick.so.*
|
||||
@ -139,12 +133,22 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/libQt6PdfQuick.so.*
|
||||
%{_libdir}/libQt6PdfWidgets.so.*
|
||||
%{_libdir}/qt6/libexec/*
|
||||
%{_datadir}/qt6/modules/WebEngine*.json
|
||||
%{_libdir}/qt6/plugins/imageformats/libqpdf.so
|
||||
%ifarch aarch64
|
||||
%{_libdir}/qt6/plugins/designer/libqwebengineview.so
|
||||
%endif
|
||||
%{_datadir}/qt6/resources/qtwebengine_devtools_resources.pak
|
||||
%{_datadir}/qt6/resources/qtwebengine_resources.pak
|
||||
%{_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
|
||||
%{_datadir}/qt6/translations/qtwebengine_locales/*.pak
|
||||
%{_datadir}/qt6/modules/WebEngine*.json
|
||||
%{_datadir}/qt6/modules/Pdf*.json
|
||||
%doc LICENSES LICENSE.Chromium
|
||||
|
||||
@ -170,6 +174,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/pkgconfig/Qt6*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
|
||||
- update to 6.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user