Compare commits
10 Commits
15261d8d1f
...
a9c6613bfe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9c6613bfe | ||
|
|
a4759773c6 | ||
|
|
c8c6d11d52 | ||
|
|
cc4451595a | ||
|
|
d30b39bfcd | ||
|
|
4bd5a2d2c9 | ||
|
|
7ef4a255ed | ||
|
|
bdbe924935 | ||
|
|
914012afed | ||
|
|
6ced482ffd |
@ -1,12 +1,11 @@
|
|||||||
%global _configure_gnuconfig_hack 0
|
|
||||||
%global __requires_exclude ^perl\\(Automake::
|
%global __requires_exclude ^perl\\(Automake::
|
||||||
%global __provides_exclude ^perl\\(Automake::
|
%global __provides_exclude ^perl\\(Automake::
|
||||||
|
|
||||||
Name: automake
|
Name: automake
|
||||||
Version: 1.16.5
|
Version: 1.16.5
|
||||||
Release: 4
|
Release: 9
|
||||||
Summary: A tool for automatically generating Makefile.in files
|
Summary: A tool for automatically generating Makefile.in files
|
||||||
License: GPLv2+ and GFDL and Public Domain and MIT
|
License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
|
||||||
URL: http://www.gnu.org/software/automake/
|
URL: http://www.gnu.org/software/automake/
|
||||||
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||||
@ -36,8 +35,14 @@ with the GNU Coding Standards. Automake requires the use of Autoconf.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -iv
|
autoreconf -iv
|
||||||
|
%ifarch loongarch64 sw_64
|
||||||
|
%_update_config_guess
|
||||||
|
%_update_config_sub
|
||||||
|
%else
|
||||||
cp %{SOURCE1} ./lib/config.sub
|
cp %{SOURCE1} ./lib/config.sub
|
||||||
cp %{SOURCE2} ./lib/config.guess
|
cp %{SOURCE2} ./lib/config.guess
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -71,10 +76,25 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
|
||||||
- fix py-compile-basedir.sh missing test
|
- fix py-compile-basedir.sh missing test
|
||||||
|
|
||||||
* Tue Jan 11 2021 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
|
* Tue Jan 11 2022 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
|
||||||
- Add loongarch support.
|
- Add loongarch support.
|
||||||
|
|
||||||
* Wed Dec 29 2021 wangjie <wangjie375@huawei.com> - 1.16.5-2
|
* Wed Dec 29 2021 wangjie <wangjie375@huawei.com> - 1.16.5-2
|
||||||
|
|||||||
4
config.guess
vendored
4
config.guess
vendored
@ -965,8 +965,8 @@ EOF
|
|||||||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
||||||
exit ;;
|
exit ;;
|
||||||
loongarch64:Linux:*:* | loongarch32:Linux:*:*)
|
loongarch64:Linux:*:* | loongarch32:Linux:*:*)
|
||||||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
||||||
exit ;;
|
exit ;;
|
||||||
m32r*:Linux:*:*)
|
m32r*:Linux:*:*)
|
||||||
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
|
||||||
exit ;;
|
exit ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user