From 736c0b8560bfb6a0cb112326452142a2e72ba2c2 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 26 Oct 2021 11:39:42 +0800 Subject: [PATCH] Add buildRequire gcc-c++ --- autoconf213.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autoconf213.spec b/autoconf213.spec index 4b6350e..97f4972 100644 --- a/autoconf213.spec +++ b/autoconf213.spec @@ -1,6 +1,6 @@ Name: autoconf213 Version: 2.13 -Release: 43 +Release: 44 Summary: An extensible package to automatically configure software source code packages License: GPLv2+ URL: https://www.gnu.org/software/autoconf/ @@ -19,7 +19,7 @@ Patch10: autoconf213-destdir.patch Patch11: autoconf213-info.patch Patch12: autoconf213-testsuite.patch -BuildRequires: flex gawk dejagnu perl texinfo m4 +BuildRequires: flex gawk dejagnu perl texinfo m4 gcc-c++ Requires: coreutils gawk m4 Requires(post): texinfo Requires(preun):texinfo @@ -60,6 +60,9 @@ make check %{_infodir}/*.info* %changelog +* Tue Oct 26 2021 caodongxia - 2.13-44 +- add buildRequire gcc-c++ + * Fri Sep 25 2020 yanan li - 2.13-43 - delete %post and %preun -- Gitee