8
0

Accepting request 343816 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/343816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2015-11-11 14:56:21 +00:00
committed by Git OBS Bridge
parent cadd3e8f07
commit f4e87eec51
4 changed files with 24 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt
Version: 1.999708
Version: 1.999709
Release: 0
%define cpan_name Math-BigInt
Summary: Arbitrary size integer/float math package
@@ -31,7 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Math::Complex) >= 1.39
BuildRequires: perl(Test::More) >= 0.9301
Requires: perl(Math::Complex) >= 1.39
Requires: perl(Test::More) >= 0.9301
%{perl_requires}
# MANUAL BEGIN
Recommends: perl(bignum) >= 0.22
@@ -52,7 +54,6 @@ exactly what you expect.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor