qt6-qtwebchannel

This commit is contained in:
sunhui 2023-08-10 14:42:36 +08:00
parent 1fa306c3cb
commit b641efd862
3 changed files with 9 additions and 7 deletions

View File

@ -1,20 +1,19 @@
%global qt_module qtwebchannel
%define short_version 6.5
%global examples 1
Summary: Qt6 - WebChannel component
Name: qt6-%{qt_module}
Version: 6.5.0
Version: 6.5.1
Release: 1
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
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
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
%global majmin %(echo %{version} | cut -d. -f1-2)
%global qt_version %(echo %{version} | cut -d~ -f1)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
@ -104,6 +103,9 @@ popd
%changelog
* Thu Aug 10 2023 sunhui <sunhui@kylinos.cn> - 6.5.1-1
- Update package to version 6.5.1
* Fri May 19 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
- update package

Binary file not shown.