!3 Add buildrequire to fix build fail

Merge pull request !3 from ultra_planet/master
This commit is contained in:
openeuler-ci-bot 2020-07-30 16:20:00 +08:00 committed by Gitee
commit 1e7e5115c2

View File

@ -1,6 +1,6 @@
Name: perl-GD Name: perl-GD
Version: 2.71 Version: 2.71
Release: 1 Release: 2
Summary: A perl5 interface to Thomas Boutell's gd library Summary: A perl5 interface to Thomas Boutell's gd library
License: GPL+ or Artistic 2.0 License: GPL+ or Artistic 2.0
URL: https://metacpan.org/release/GD URL: https://metacpan.org/release/GD
@ -8,6 +8,7 @@ Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.71.tar.gz
BuildRequires: coreutils findutils gcc gd-devel make perl-devel BuildRequires: coreutils findutils gcc gd-devel make perl-devel
BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker) BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker)
BuildRequires: perl-ExtUtils-PkgConfig
#Test #Test
BuildRequires: perl(Test::More) perl(lib) BuildRequires: perl(Test::More) perl(lib)
@ -66,5 +67,8 @@ make test
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue Jul 28 2020 lingsheng <lingsheng@huawei.com> - 2.71-2
- Add buildrequire to fix build fail
* Mon Feb 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.71-1 * Mon Feb 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.71-1
- Package init - Package init