The autoreconf command is used during compilation.

Therefore,the automake and autoconf compilation dependencies need to added.
This commit is contained in:
yang_zhuang_zhuang 2021-05-28 11:22:42 +08:00
parent fa880ece59
commit f45eeb4ff3

View File

@ -1,6 +1,6 @@
Name: flex Name: flex
Version: 2.6.4 Version: 2.6.4
Release: 2 Release: 3
Summary: A fast lexical analyzer generator Summary: A fast lexical analyzer generator
License: BSD and LGPLv2+ License: BSD and LGPLv2+
URL: https://github.com/westes/flex URL: https://github.com/westes/flex
@ -18,7 +18,7 @@ Patch0008: scanner-prevent-overflow-in-add_action.patch
Patch0009: 0001-scanner-fix-default-of-yy_top_state.patch Patch0009: 0001-scanner-fix-default-of-yy_top_state.patch
Patch0010: 0002-scanner-fix-default-of-yy_top_state.patch Patch0010: 0002-scanner-fix-default-of-yy_top_state.patch
BuildRequires: gcc gettext help2man m4 bison texinfo BuildRequires: gcc gettext help2man m4 bison texinfo automake autoconf
Requires: m4 Requires: m4
Requires(post): info Requires(post): info
Requires(preun): info Requires(preun): info
@ -100,6 +100,10 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri May 28 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 2.6.4-3
- The autoreconf command is used during compilation.
Therefore,the automake and autoconf compilation dependencies need to added.
* Sun Jun 28 2020 openEuler liuchengaung<liuchenguang4@huawei.com> - 2.6.4-2 * Sun Jun 28 2020 openEuler liuchengaung<liuchenguang4@huawei.com> - 2.6.4-2
- quality enhancement synchronization github patch - quality enhancement synchronization github patch