From ff2b352d35ee799579cd4bb4ebe319384b5f4f51 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Tue, 8 Mar 2022 10:03:53 +0800 Subject: [PATCH] fix test-localconv --- m4.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/m4.spec b/m4.spec index 059527e..8912076 100644 --- a/m4.spec +++ b/m4.spec @@ -1,6 +1,6 @@ Name: m4 Version: 1.4.19 -Release: 1 +Release: 2 Summary: A GNU implementation of macro processor License: GPLv3+ URL: https://www.gnu.org/software/m4/ @@ -28,6 +28,9 @@ This package provides help document for m4. %autosetup -p1 %build +%ifarch aarch64 +CFLAGS="$RPM_OPT_FLAGS -fsigned-char" +%endif autoreconf -ivf %configure %make_build @@ -37,9 +40,6 @@ autoreconf -ivf rm -rf %{buildroot}%{_infodir}/dir %check -%ifarch aarch64 -CFLAGS="$RPM_OPT_FLAGS -fsigned-char" -%endif make check %files @@ -55,6 +55,12 @@ make check %{_infodir}/m4* %changelog +* Tue Mar 08 2022 renhongxun - 1.4.19-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix test-localconv + * Tue Dec 30 2021 liudabo - 1.4.19-1 - DESC:update version to 1.4.19 -- Gitee