!3 添加gcc依赖, 解决gcc command not found.

From: @shine_
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-16 09:08:10 +00:00 committed by Gitee
commit e89da473df

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