update to 6.6.0 [release 6.6.0-1mamba;Tue Oct 17 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:15:44 +01:00
parent 2e6f6c0778
commit 2c8904291d

View File

@ -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 <silvan.calarco@mambasoft.it> 6.6.0-1mamba
- update to 6.6.0
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
- automatic version update by autodist