!26 [sync] PR-25: update config.guess and config.sub

From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-04-21 01:56:39 +00:00 committed by Gitee
commit 914012afed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3319 deletions

View File

@ -4,13 +4,11 @@
Name: automake
Version: 1.16.5
Release: 4
Release: 5
Summary: A tool for automatically generating Makefile.in files
License: GPLv2+ and GFDL and Public Domain and MIT
URL: http://www.gnu.org/software/automake/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
BuildArch: noarch
@ -36,8 +34,10 @@ with the GNU Coding Standards. Automake requires the use of Autoconf.
%build
autoreconf -iv
cp %{SOURCE1} ./lib/config.sub
cp %{SOURCE2} ./lib/config.guess
%ifarch loongarch64
%_update_config_guess
%_update_config_sub
%endif
%configure
%make_build
@ -71,6 +71,9 @@ fi
%{_mandir}/man1/*
%changelog
* Wed Feb 08 2023 Huang Yang <huangyang@loongson.cn> - 1.16.5-5
- update config.sub and config.guess
* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
- fix py-compile-basedir.sh missing test

1479
config.guess vendored

File diff suppressed because it is too large Load Diff

1835
config.sub vendored

File diff suppressed because it is too large Load Diff