!12 modify license

From: @panxh_purple 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-06-14 01:54:08 +00:00 committed by Gitee
commit 29a39b411f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,8 @@
Name: flex Name: flex
Version: 2.6.4 Version: 2.6.4
Release: 3 Release: 4
Summary: A fast lexical analyzer generator Summary: A fast lexical analyzer generator
License: BSD and LGPLv2+ License: BSD
URL: https://github.com/westes/flex URL: https://github.com/westes/flex
Source0: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz Source0: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz
@ -100,6 +100,9 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Mon Jun 13 2022 panxiaohe <panxh.life@foxmail.com> - 2.6.4-4
- modify license
* Fri May 28 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 2.6.4-3 * Fri May 28 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 2.6.4-3
- The autoreconf command is used during compilation. - The autoreconf command is used during compilation.
Therefore,the automake and autoconf compilation dependencies need to added. Therefore,the automake and autoconf compilation dependencies need to added.