automatic version update by autodist [release 6.6.2-1mamba;Tue Feb 20 2024]
This commit is contained in:
parent
181dafd9ea
commit
f3a20531ef
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: qt6-qtwebview
|
||||
Version: 6.6.1
|
||||
Version: 6.6.2
|
||||
Release: 1mamba
|
||||
Summary: Qt6 web view component
|
||||
Group: System/Libraries
|
||||
@ -19,7 +19,15 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtwebchannel-devel
|
||||
%ifnarch %{ix86}
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
%endif
|
||||
## AUTOBUILDREQ-END
|
||||
%ifnarch %{ix86}
|
||||
BuildRequires: qt6-qtwebengine-devel = %{version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Qt6 web view component.
|
||||
@ -58,8 +66,10 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libQt6WebView.so.*
|
||||
%{_libdir}/libQt6WebViewQuick.so.*
|
||||
#%dir %{_libdir}/qt6/plugins/webview
|
||||
#%{_libdir}/qt6/plugins/webview/libqtwebview_webengine.so
|
||||
%ifnarch %{ix86}
|
||||
%dir %{_libdir}/qt6/plugins/webview
|
||||
%{_libdir}/qt6/plugins/webview/libqtwebview_webengine.so
|
||||
%endif
|
||||
%dir %{_libdir}/qt6/qml/QtWebView
|
||||
%{_libdir}/qt6/qml/QtWebView/*
|
||||
%{_libdir}/qt6/metatypes/qt6webview*.json
|
||||
@ -87,6 +97,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/pkgconfig/Qt6WebView*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 6.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 6.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user