fix failed: gcc command not found.

This commit is contained in:
shine_ 2021-06-04 16:39:58 +08:00
parent 81ea69223e
commit b6c6723e94

View File

@ -1,11 +1,11 @@
Name: perl-Bit-Vector Name: perl-Bit-Vector
Version: 7.4 Version: 7.4
Release: 14 Release: 15
Summary: An efficient C library which allows you to handle bit vectors Summary: An efficient C library which allows you to handle bit vectors
License: (GPLv2+ or Artistic) and LGPLv2+ License: (GPLv2+ or Artistic) and LGPLv2+
URL: https://metacpan.org/release/Bit-Vector URL: https://metacpan.org/release/Bit-Vector
Source0: https://cpan.metacpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz
BuildRequires: perl-generators perl(Carp::Clan) >= 5.3 perl(Config) perl(DynaLoader) perl(Exporter) BuildRequires: gcc perl-generators perl(Carp::Clan) >= 5.3 perl(Config) perl(DynaLoader) perl(Exporter)
BuildRequires: perl(integer) perl(overload) perl(Storable) >= 2.21 perl(strict) perl(vars) BuildRequires: perl(integer) perl(overload) perl(Storable) >= 2.21 perl(strict) perl(vars)
BuildRequires: perl(ExtUtils::MakeMaker) findutils make perl-devel BuildRequires: perl(ExtUtils::MakeMaker) findutils make perl-devel
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
@ -58,5 +58,8 @@ make test
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 7.4-15
- fixs faileds: /bin/sh: gcc: command not found.
* Fri Nov 22 2019 wutao <wutao61@huawei.com> - 7.4-14 * Fri Nov 22 2019 wutao <wutao61@huawei.com> - 7.4-14
- Package init - Package init