Compare commits

..

No commits in common. "a9c6613bfe6e6ef97c769406db78b1592591f3a0" and "15261d8d1f15ccb8afb7b9389088f6c44e31f58e" have entirely different histories.

2 changed files with 6 additions and 26 deletions

View File

@ -1,11 +1,12 @@
%global _configure_gnuconfig_hack 0
%global __requires_exclude ^perl\\(Automake::
%global __provides_exclude ^perl\\(Automake::
Name: automake
Version: 1.16.5
Release: 9
Release: 4
Summary: A tool for automatically generating Makefile.in files
License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
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
@ -35,14 +36,8 @@ with the GNU Coding Standards. Automake requires the use of Autoconf.
%build
autoreconf -iv
%ifarch loongarch64 sw_64
%_update_config_guess
%_update_config_sub
%else
cp %{SOURCE1} ./lib/config.sub
cp %{SOURCE2} ./lib/config.guess
%endif
%configure
%make_build
@ -76,25 +71,10 @@ fi
%{_mandir}/man1/*
%changelog
* Wed Jun 12 2024 fuanan <fuanan3@h-partners.com> - 1.16.5-9
- License compliance rectification
* Wed Nov 29 2023 peng.zou <peng.zou@shingroup.cn> - 1.16.5-8
- fix update config.sub and config.guess
* Tue Aug 8 2023 panchenbo <panchenbo@kylinsec.com.cn> - 1.16.5-7
- fix update config not effective
* Mon Apr 24 2023 tianyuan <tianyuan01@chinasoftinc.com> - 1.16.5-6
- fix changelog info
* 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
* Tue Jan 11 2022 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
* Tue Jan 11 2021 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
- Add loongarch support.
* Wed Dec 29 2021 wangjie <wangjie375@huawei.com> - 1.16.5-2

4
config.guess vendored
View File

@ -965,8 +965,8 @@ EOF
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
loongarch64:Linux:*:* | loongarch32:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
m32r*:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;