diff --git a/qt5-qtwebchannel.spec b/qt5-qtwebchannel.spec index 9913e6d..39883ca 100644 --- a/qt5-qtwebchannel.spec +++ b/qt5-qtwebchannel.spec @@ -1,13 +1,13 @@ %global qt_module qtwebchannel Name: qt5-%{qt_module} -Version: 5.15.2 +Version: 5.15.10 Release: 1 Summary: Qt5 - WebChannel component -License: LGPLv2 with exceptions or GPLv3 with exceptions +License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtwebchannel-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} @@ -16,26 +16,23 @@ BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-qtwebsockets-devel +%description +The Qt WebChannel module provides a library for seamless integration of C++ +and QML applications with HTML/JavaScript clients. Any QObject can be +published to remote clients, where its public API becomes available. + %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} +%description devel +%{summary}. -%package help +%package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} - -%description -This package provides a library for seamless integration of C++ -and QML applications with HTML/JavaScript clients. Any QObject can be -published to remote clients, where its public API becomes available. - -%description devel -This package provides development files for %{name} - -%description help -This package provides examples files for %{name} - +%description examples +%{summary}. %prep %setup -q -n %{qt_module}-everywhere-src-%{version} @@ -75,11 +72,14 @@ popd %{_qt5_libdir}/cmake/Qt5WebChannel/Qt5WebChannelConfig*.cmake %{_qt5_libdir}/pkgconfig/Qt5WebChannel.pc -%files help +%files examples %{_qt5_examplesdir}/ %changelog +* Wed Aug 23 2023 peijiankang - 5.15.10-1 +- update to upstream version 5.15.10 + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2 diff --git a/qtwebchannel-everywhere-opensource-src-5.15.10.tar.xz b/qtwebchannel-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..501767b Binary files /dev/null and b/qtwebchannel-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtwebchannel-everywhere-src-5.15.2.tar.xz b/qtwebchannel-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index 76d0c0e..0000000 Binary files a/qtwebchannel-everywhere-src-5.15.2.tar.xz and /dev/null differ