diff --git a/automake.spec b/automake.spec index 44ab6f8a4aa11781ee0a3a3ec278e6596dc567a6..6bac7db25b71e4853cbbd539025bcd27d63d32cf 100644 --- a/automake.spec +++ b/automake.spec @@ -1,10 +1,9 @@ -%global _configure_gnuconfig_hack 0 %global __requires_exclude ^perl\\(Automake:: %global __provides_exclude ^perl\\(Automake:: Name: automake Version: 1.16.5 -Release: 6 +Release: 7 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/ @@ -34,10 +33,8 @@ with the GNU Coding Standards. Automake requires the use of Autoconf. %build autoreconf -iv -%ifarch loongarch64 %_update_config_guess %_update_config_sub -%endif %configure %make_build @@ -71,6 +68,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 8 2023 panchenbo - 1.16.5-7 +- fix update config not effective + * Mon Apr 24 2023 tianyuan - 1.16.5-6 - fix changelog info