From 5abfbba84b9e6ce4ae973dcdc161a1a13cce1d20 Mon Sep 17 00:00:00 2001 From: hanguanqiang Date: Tue, 23 Sep 2025 18:45:50 +0800 Subject: [PATCH] fix a compile error (cherry picked from commit 3772928c50f3aea264f46f3a62850d0e1811b0d4) --- texinfo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/texinfo.spec b/texinfo.spec index e23e5be..33e6de7 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -4,7 +4,7 @@ Name: texinfo Version: 7.0.3 -Release: 5 +Release: 6 Summary: The GNU Documentation System License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ @@ -24,6 +24,8 @@ Patch6005: add-support-sw_64.patch BuildRequires: gcc perl-generators zlib-devel ncurses-devel help2man BuildRequires: perl(Data::Dumper) perl(Locale::Messages) perl(Unicode::EastAsianWidth) perl(Text::Unidecode) perl(Storable) perl(Unicode::Normalize) BuildRequires: perl(File::Copy) +BuildRequires: automake +BuildRequires: autoconf %description Texinfo is a documentation system that uses a single source file to produce @@ -145,6 +147,9 @@ export ALL_TESTS=yes %{_mandir}/man5/texinfo.5* %changelog +* Tue Sep 23 2025 hanguanqiang - 7.0.3-6 +- add build requires + * Tue Jul 22 2025 lingsheng - 7.0.3-5 - fix fix-info-dir command not work -- Gitee