!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 09:02:06 +00:00 committed by Gitee
commit ff35179096

View File

@ -1,12 +1,12 @@
Name: perl-DBI
Version: 1.643
Release: 1
Release: 2
Summary: Database independent interface for Perl
License: GPL+ or Artistic
URL: http://dbi.perl.org/
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More)
BuildRequires: perl-devel
BuildRequires: perl-devel gcc
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(Math::BigInt)
@ -67,6 +67,9 @@ make test
%{_mandir}/*/*
%changelog
* Wed Jun 23 2021 liudabo <liudabo1@huawei.com> - 1.643-2
- Add gcc build dependcy
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 1.643-1
- Type:enhancement
- ID:NA