fix failed: gcc command not found.

This commit is contained in:
shine_ 2021-06-04 16:40:06 +08:00
parent 12b8ef52eb
commit 8d67c3d922

View File

@ -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<zhaoyao32@huawei.com> - 0.04-37
- fixs faileds: /bin/sh: gcc: command not found.
* Fri Nov 29 2019 duyeyu <duyeyu@huawei.com> - 0.04-36
- Package init