From 2c8904291df3b7a776c11e352093573d11f5af38 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:15:44 +0100 Subject: [PATCH] update to 6.6.0 [release 6.6.0-1mamba;Tue Oct 17 2023] --- qt6-qtwebchannel.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/qt6-qtwebchannel.spec b/qt6-qtwebchannel.spec index 48f32a1..6e972bf 100644 --- a/qt6-qtwebchannel.spec +++ b/qt6-qtwebchannel.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: qt6-qtwebchannel -Version: 6.5.3 +Version: 6.6.0 Release: 1mamba Summary: Qt6 webchannel component Group: System/Libraries @@ -14,7 +14,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libglvnd-devel BuildRequires: libstdc++6-devel BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel @@ -57,27 +56,38 @@ DESTDIR="%{buildroot}" cmake --install build %files %defattr(-,root,root) %{_libdir}/libQt6WebChannel.so.* +%{_libdir}/libQt6WebChannelQuick.so.* %{_libdir}/qt6/qml/QtWebChannel/* %{_libdir}/qt6/metatypes/qt6webchannel_release_metatypes.json +%{_libdir}/qt6/metatypes/qt6webchannelquick_release_metatypes.json %{_libdir}/qt6/modules/WebChannel.json +%{_libdir}/qt6/modules/WebChannelQuick.json %doc LICENSES %files devel %defattr(-,root,root) %dir %{_includedir}/qt6/QtWebChannel %{_includedir}/qt6/QtWebChannel/* +%dir %{_includedir}/qt6/QtWebChannelQuick +%{_includedir}/qt6/QtWebChannelQuick/* %{_libdir}/libQt6WebChannel.prl %{_libdir}/libQt6WebChannel.so -%{_libdir}/qt6/mkspecs/modules/qt_lib_webchannel.pri -%{_libdir}/qt6/mkspecs/modules/qt_lib_webchannel_private.pri +%{_libdir}/libQt6WebChannelQuick.prl +%{_libdir}/libQt6WebChannelQuick.so +%{_libdir}/qt6/mkspecs/modules/qt_lib_webchannel*.pri %{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWebChannelTestsConfig.cmake -%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6webchannel*.cmake +%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6WebChannelQuickplugin*.cmake +%{_libdir}/cmake/Qt6WebChannelQuick/Qt6WebChannelQuick*.cmake %dir %{_libdir}/cmake/Qt6WebChannel %{_libdir}/cmake/Qt6WebChannel/Qt6WebChannel*.cmake %{_libdir}/pkgconfig/Qt6WebChannel.pc +%{_libdir}/pkgconfig/Qt6WebChannelQuick.pc %doc README.md %changelog +* Tue Oct 17 2023 Silvan Calarco 6.6.0-1mamba +- update to 6.6.0 + * Sat Sep 30 2023 Automatic Build System 6.5.3-1mamba - automatic version update by autodist