add Requires: re2; change License
This commit is contained in:
parent
783aef0aca
commit
4fc25d5392
@ -38,12 +38,12 @@
|
|||||||
Summary: Qt6 - QtWebEngine components
|
Summary: Qt6 - QtWebEngine components
|
||||||
Name: qt6-qtwebengine
|
Name: qt6-qtwebengine
|
||||||
Version: 6.5.0
|
Version: 6.5.0
|
||||||
Release: 2
|
Release: 3
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
||||||
# The other licenses are from Chromium and the code it bundles
|
# 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
|
URL: http://www.qt.io
|
||||||
# cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg
|
# cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg
|
||||||
# ./qtwebengine-release.sh
|
# ./qtwebengine-release.sh
|
||||||
@ -117,6 +117,7 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: nodejs
|
BuildRequires: nodejs
|
||||||
%if 0%{?use_system_re2}
|
%if 0%{?use_system_re2}
|
||||||
BuildRequires: re2-devel
|
BuildRequires: re2-devel
|
||||||
|
Requires: re2
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: snappy-devel
|
BuildRequires: snappy-devel
|
||||||
BuildConflicts: minizip-devel
|
BuildConflicts: minizip-devel
|
||||||
@ -593,6 +594,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 17 2023 peijiankang <peijiankang@kylinos.cn> - 6.5.0-2
|
||||||
- fix build error
|
- fix build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user