!1 add perl-devel buildrequire.

Merge pull request !1 from licunlong/master
This commit is contained in:
openeuler-ci-bot 2020-06-02 15:23:30 +08:00 committed by Gitee
commit 8ff77ae561

View File

@ -1,12 +1,13 @@
Name: perl-Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc
Version: 0.500.700 Version: 0.500.700
Release: 4 Release: 5
Summary: Math::BigInt::Calc with some XS for more speed Summary: Math::BigInt::Calc with some XS for more speed
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt-FastCalc URL: https://metacpan.org/release/Math-BigInt-FastCalc
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5007.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5007.tar.gz
BuildRequires:perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88 BuildRequires:perl-generators perl-interpreter perl-devel
BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88
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-348 Conflicts: perl < 4:5.22.0-348
@ -60,5 +61,8 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed May 13 2020 licunlong <licunlong1@huawei.com> - 0.500.700-5
- add perl-devel buildrequire
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.500.700-4 * Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.500.700-4
- Package init - Package init