add Requires: re2; change License

This commit is contained in:
huayadong 2023-08-18 10:02:14 +08:00
parent 783aef0aca
commit 4fc25d5392

View File

@ -38,12 +38,12 @@
Summary: Qt6 - QtWebEngine components
Name: qt6-qtwebengine
Version: 6.5.0
Release: 2
Release: 3
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
# The other licenses are from Chromium and the code it bundles
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
License: BSD-3-Clause and GPL-3.0-only and LGPL-3.0-only
URL: http://www.qt.io
# cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg
# ./qtwebengine-release.sh
@ -117,6 +117,7 @@ BuildRequires: libjpeg-devel
BuildRequires: nodejs
%if 0%{?use_system_re2}
BuildRequires: re2-devel
Requires: re2
%endif
BuildRequires: snappy-devel
BuildConflicts: minizip-devel
@ -593,6 +594,9 @@ done
%changelog
* Fri Aug 18 2023 huayadong <huayadong@kylinos.cn> - 6.5.0-3
- add Requires: re2; change License
* Thu Aug 17 2023 peijiankang <peijiankang@kylinos.cn> - 6.5.0-2
- fix build error