From cfda831c94e50cf400fdd2f9246efe4f2f3d4469 Mon Sep 17 00:00:00 2001 From: laokz Date: Mon, 2 Jun 2025 05:51:44 +0000 Subject: [PATCH] chore: move 'rm' command to %install section --- automake.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/automake.spec b/automake.spec index 7f397bb..cb1c439 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Name: automake Version: 1.18 -Release: 1 +Release: 2 Summary: A tool for automatically generating Makefile.in files License: GPL-2.0-or-later and GFDL-1.3-only and Public Domain and MIT URL: https://www.gnu.org/software/automake/ @@ -36,11 +36,11 @@ autoreconf -iv %install %make_install +rm -f %{buildroot}%{_datadir}/aclocal/README + %check %make_build check -rm -f %{buildroot}%{_datadir}/aclocal/README - %files %doc README %doc %{_docdir}/%{name}/*.tar.gz @@ -56,6 +56,9 @@ rm -f %{buildroot}%{_datadir}/aclocal/README %{_mandir}/man1/* %changelog +* Tue Jun 03 2025 laokz - 1.18-2 +- chore: move 'rm' command to %install section + * Wed May 28 2025 Funda Wang - 1.18-1 - update to 1.18 - unify config.guess and config.sub to those shipped with distro -- Gitee