!6 Add gcc build dependency

From: @run-is-pig
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-06-25 06:52:01 +00:00 committed by Gitee
commit 3300c720b8

View File

@ -1,13 +1,13 @@
Name: perl-MIME-Base64 Name: perl-MIME-Base64
Version: 3.15 Version: 3.15
Release: 419 Release: 420
Summary: Encoding and decoding of base64 strings Summary: Encoding and decoding of base64 strings
License: (GPL+ or Artistic) and MIT License: (GPL+ or Artistic) and MIT
URL: https://metacpan.org/release/MIME-Base64 URL: https://metacpan.org/release/MIME-Base64
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/MIME-Base64-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/MIME-Base64-%{version}.tar.gz
BuildRequires:perl-generators perl-interpreter perl-devel BuildRequires:perl-generators perl-interpreter perl-devel
BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test) findutils make BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test) findutils make gcc
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Conflicts: perl < 4:5.22.0-347 Conflicts: perl < 4:5.22.0-347
@ -53,6 +53,9 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Jun 23 2021 liudabo <liudabo1@huawei.com> - 3.15-420
- Add gcc build dependcy
* Wed May 13 2020 licunlong <licunlong1@huawei.com> - 3.15-419 * Wed May 13 2020 licunlong <licunlong1@huawei.com> - 3.15-419
- add perl-devel buildrequire - add perl-devel buildrequire