fix update config not effective for sw_64
(cherry picked from commit 697737f5850a4f32c1caa762d0e809926c18016b)
This commit is contained in:
parent
7ef4a255ed
commit
4bd5a2d2c9
@ -1,10 +1,9 @@
|
|||||||
%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: 6
|
Release: 7
|
||||||
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 and Public Domain and MIT
|
||||||
URL: http://www.gnu.org/software/automake/
|
URL: http://www.gnu.org/software/automake/
|
||||||
@ -34,10 +33,8 @@ with the GNU Coding Standards. Automake requires the use of Autoconf.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -iv
|
autoreconf -iv
|
||||||
%ifarch loongarch64
|
|
||||||
%_update_config_guess
|
%_update_config_guess
|
||||||
%_update_config_sub
|
%_update_config_sub
|
||||||
%endif
|
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -71,6 +68,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Apr 24 2023 tianyuan <tianyuan01@chinasoftinc.com> - 1.16.5-6
|
||||||
- fix changelog info
|
- fix changelog info
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user