update to 6.5.0 [release 6.5.0-1mamba;Mon Apr 24 2023]
This commit is contained in:
parent
f13784d8ca
commit
c41b958dab
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: qt6-qtwebview
|
Name: qt6-qtwebview
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt6 web view component
|
Summary: Qt6 web view component
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -19,6 +19,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
|
BuildRequires: qt6-qtwebengine-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,13 +59,13 @@ DESTDIR="%{buildroot}" cmake --install build
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libQt6WebView.so.*
|
%{_libdir}/libQt6WebView.so.*
|
||||||
%{_libdir}/libQt6WebViewQuick.so.*
|
%{_libdir}/libQt6WebViewQuick.so.*
|
||||||
#%dir %{_libdir}/qt6/plugins/webview
|
%dir %{_libdir}/qt6/plugins/webview
|
||||||
#%{_libdir}/qt6/plugins/webview/libqtwebview_webengine.so
|
%{_libdir}/qt6/plugins/webview/libqtwebview_webengine.so
|
||||||
%dir %{_libdir}/qml/QtWebView
|
%dir %{_libdir}/qt6/qml/QtWebView
|
||||||
%{_libdir}/qml/QtWebView/*
|
%{_libdir}/qt6/qml/QtWebView/*
|
||||||
%{_libdir}/metatypes/qt6webview*.json
|
%{_libdir}/qt6/metatypes/qt6webview*.json
|
||||||
%{_datadir}/qt6/modules/WebView.json
|
%{_libdir}/qt6/modules/WebView.json
|
||||||
%{_datadir}/qt6/modules/WebViewQuick.json
|
%{_libdir}/qt6/modules/WebViewQuick.json
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -87,6 +88,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
|||||||
%{_libdir}/pkgconfig/Qt6WebView*.pc
|
%{_libdir}/pkgconfig/Qt6WebView*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
|
||||||
|
- update to 6.5.0
|
||||||
|
|
||||||
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user