Add buildrequires gcc-c++

This commit is contained in:
lyn1001 2022-01-11 17:04:30 +08:00
parent 37ad4dacca
commit 17baad919e

View File

@ -1,6 +1,6 @@
Name: autoconf213 Name: autoconf213
Version: 2.13 Version: 2.13
Release: 43 Release: 44
Summary: An extensible package to automatically configure software source code packages Summary: An extensible package to automatically configure software source code packages
License: GPLv2+ License: GPLv2+
URL: https://www.gnu.org/software/autoconf/ URL: https://www.gnu.org/software/autoconf/
@ -19,7 +19,7 @@ Patch10: autoconf213-destdir.patch
Patch11: autoconf213-info.patch Patch11: autoconf213-info.patch
Patch12: autoconf213-testsuite.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: coreutils gawk m4
Requires(post): texinfo Requires(post): texinfo
Requires(preun):texinfo Requires(preun):texinfo
@ -60,6 +60,9 @@ make check
%{_infodir}/*.info* %{_infodir}/*.info*
%changelog %changelog
* Tue Jan 11 2022 yanan li <liyanan32@huawei.com> - 2.13-44
- Add buildrequires gcc-c++
* Fri Sep 25 2020 yanan li <liyanan32@huawei.com> - 2.13-43 * Fri Sep 25 2020 yanan li <liyanan32@huawei.com> - 2.13-43
- delete %post and %preun - delete %post and %preun