From 288d6e33c4fb3de3f0491481ba3306d30fad67bf Mon Sep 17 00:00:00 2001 From: licunlong Date: Wed, 13 May 2020 17:21:52 +0800 Subject: [PATCH] add perl-devel buildrequire --- perl-Math-BigInt-FastCalc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec index e7f9724..1b195d2 100644 --- a/perl-Math-BigInt-FastCalc.spec +++ b/perl-Math-BigInt-FastCalc.spec @@ -1,12 +1,13 @@ Name: perl-Math-BigInt-FastCalc Version: 0.500.700 -Release: 4 +Release: 5 Summary: Math::BigInt::Calc with some XS for more speed License: GPL+ or Artistic 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 -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)) Conflicts: perl < 4:5.22.0-348 @@ -60,5 +61,8 @@ make test %{_mandir}/*/* %changelog +* Wed May 13 2020 licunlong - 0.500.700-5 +- add perl-devel buildrequire + * Wed Sep 11 2019 openEuler Buildteam - 0.500.700-4 - Package init