From d35ad0e9fd7e06574d85a1a6e687d6c3668a9db6 Mon Sep 17 00:00:00 2001 From: li_ziming Date: Sun, 28 Sep 2025 15:30:25 +0800 Subject: [PATCH] add sw_64 support --- gnulib.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index 91102b7..3c30f4f 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 0 -Release: 30.20180720git +Release: 31.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib @@ -39,6 +39,11 @@ This package contains help docs for gnulib. And Provides ChangeLog files. %prep %autosetup -n gnulib-68df637 -p1 -Sgit +%ifarch sw_64 +/usr/bin/cp -fv /usr/lib/rpm/%{_vendor}/config.guess build-aux/ +/usr/bin/cp -fv /usr/lib/rpm/%{_vendor}/config.sub build-aux/ +%endif + toRemove="lib-symbol-visibility havelib .*-obsolete localcharset gettext-h gettext alloca-opt alloca " list="$(./gnulib-tool --list)" @@ -115,6 +120,9 @@ fi %license doc/COPYINGv2 %changelog +* Sun Sep 28 2025 li_ziming - 0-31.20180720git +- add sw_64 support + * Wed Nov 30 2022 caodongxia - 0-30.20180720git - Add the compilation dependency java-1.8.0-openjdk-devel -- Gitee