!9 [合规提升]spec文件的License声明有歧义

From: @YixiongChen 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
This commit is contained in:
openeuler-ci-bot 2022-08-08 08:16:23 +00:00 committed by Gitee
commit 2fc4c5b807
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: gucharmap
Version: 14.0.3
Release: 2
Release: 3
Summary: Unicode character picker and font browser
# semver X, Y and Y+1
@ -12,7 +12,7 @@ Summary: Unicode character picker and font browser
%global ver_minor %(echo %{version} | cut -d. -f2)
%global ver_minor_next %(echo $((%{ver_minor}+1)))
License: GPLv3+ and GFDL and MIT
License: GPLv3+ and GFDL-1.3-only and MIT
# GPL for the source code, GFDL for the docs, MIT for Unicode data
URL: https://wiki.gnome.org/Apps/Gucharmap
Source: https://gitlab.gnome.org/GNOME/gucharmap/-/archive/%{version}/gucharmap-%{version}.tar.bz2
@ -102,6 +102,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gucharmap.desktop
%{_datadir}/vala/vapi/gucharmap-2.90.vapi
%changelog
* Mon Aug 8 2022 Chenyx <chenyixiong3@huawei.com> - 14.0.3-3
- License compliance rectification
* Wed Jul 06 2022 longcheng <longcheng@kylinos.com.cn> - 14.0.3-2
- KYOS-B: remove %{?dist}
- KYOS-F: let text select view show all when start, Related #23463