Accepting request 344338 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/344338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
d5af83d260
commit
52662bc118
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Math-BigInt-FastCalc
|
||||
Version: 0.36
|
||||
Version: 0.37
|
||||
Release: 0
|
||||
%define cpan_name Math-BigInt-FastCalc
|
||||
Summary: Math::BigInt::Calc with some XS for more speed
|
||||
@@ -29,10 +29,10 @@ Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999706
|
||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.999706
|
||||
Requires: perl(Math::BigInt) >= 1.999706
|
||||
Requires: perl(Math::BigInt::Calc) >= 1.999706
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999709
|
||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.999709
|
||||
Requires: perl(Math::BigInt) >= 1.999709
|
||||
Requires: perl(Math::BigInt::Calc) >= 1.999709
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -47,12 +47,11 @@ version like 'Pari'. To use this library:
|
||||
|
||||
use Math::BigInt lib => 'FastCalc';
|
||||
|
||||
Note that from the Math::BigInt manpage v1.76 onwards, FastCalc will be
|
||||
loaded automatically, if possible.
|
||||
Note that from Math::BigInt v1.76 onwards, FastCalc will be loaded
|
||||
automatically, if possible.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user