From b7ea4802560728b2cfee4e706a9692b673616dd3 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 26 Feb 2024 10:44:16 +0800 Subject: [PATCH] Fix build failure --- gettext.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gettext.spec b/gettext.spec index 41c8b91..e0b251f 100644 --- a/gettext.spec +++ b/gettext.spec @@ -6,7 +6,7 @@ Name: gettext Version: 0.22 -Release: 1 +Release: 2 License: GPLv3+ and LGPLv2+ Summary: GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. URL: https://www.gnu.org/software/gettext/ @@ -15,7 +15,7 @@ Patch1: gettext-0.22-disable-libtextstyle.patch Patch2: gettext-0.21.1-covscan.patch -BuildRequires: gcc-c++, emacs, xz, chrpath, autoconf +BuildRequires: gcc-c++, emacs, xz, chrpath, autoconf, automake BuildRequires: ncurses-devel, libxml2-devel, glib2-devel, libunistring-devel %if %{with java} BuildRequires: gcc-java, libgcj @@ -241,6 +241,12 @@ make check LIBUNISTRING=-lunistring %exclude %{_mandir}/man1/autopoint.1* %changelog +* Tue Feb 27 2024 fuanan - 0.22-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Fix build failure + * Thu Jul 13 2023 dillon chen - 0.22-1 - Type:enhancement - ID:NA