update config.guess and config.sub
(cherry picked from commit c71ea6eda7666c317cbdeea86fd3562be924ab6b)
This commit is contained in:
parent
15261d8d1f
commit
6ced482ffd
@ -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
1479
config.guess
vendored
File diff suppressed because it is too large
Load Diff
1835
config.sub
vendored
1835
config.sub
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user