From 8d67c3d922f874c3485def24553fbe21768a04c6 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Fri, 4 Jun 2021 16:40:06 +0800 Subject: [PATCH] fix failed: gcc command not found. --- perl-Text-CharWidth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index da066c4..126dcbd 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -1,13 +1,13 @@ Name: perl-Text-CharWidth Version: 0.04 -Release: 36 +Release: 37 License: GPL+ or Artistic Summary: Get the number of columns occupied by the terminal string URL: https://metacpan.org/release/Text-CharWidth Source0: https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz -BuildRequires: make perl-devel perl-generators perl(Exporter) perl(XSLoader) perl(strict) +BuildRequires: gcc make perl-devel perl-generators perl(Exporter) perl(XSLoader) perl(strict) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::Simple) perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -46,5 +46,8 @@ make test %{_mandir}/man3/Text::CharWidth.3pm* %changelog +* Web 02 Jun 2021 zhaoyao - 0.04-37 +- fixs faileds: /bin/sh: gcc: command not found. + * Fri Nov 29 2019 duyeyu - 0.04-36 - Package init