From 30439b8e868b5c165ae999936c78d1ec6a96a77a Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Fri, 28 May 2021 11:26:18 +0800 Subject: [PATCH] The autoreconf command is used during compilation. Therefore,the automake and autoconf compilation dependencies need to added. --- flex.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flex.spec b/flex.spec index b52d635..e6374fb 100644 --- a/flex.spec +++ b/flex.spec @@ -1,6 +1,6 @@ Name: flex Version: 2.6.4 -Release: 2 +Release: 3 Summary: A fast lexical analyzer generator License: BSD and LGPLv2+ 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 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(post): info Requires(preun): info @@ -100,6 +100,10 @@ fi %{_mandir}/man1/* %changelog +* Fri May 28 2021 yangzhuangzhuang - 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 - 2.6.4-2 - quality enhancement synchronization github patch -- Gitee