Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37604497
en ru br
ALT Linux repos
S:0.66-alt1
5.0: 0.23-alt1
4.1: 0.23-alt1
4.0: 0.22-alt1
3.0: 0.17-alt1

Group :: Development/Perl
RPM: perl-bignum

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist bignum
Name: perl-%dist
Version: 0.22
Release: alt1

Summary: Transparent BigNumber support for Perl
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar
Patch: %name-%version-%release.patch

BuildArch: noarch
BuildPreReq: perl-Math-BigInt >= 1.87
Requires: perl >= 1:5.8.6

# Automatically added by buildreq on Tue Aug 14 2007

BuildRequires: perl-Math-BigRat perl-Module-Install perl-Test-Pod

%description
This package attempts to make it easier to write perl scripts that
use big numbers.  Math::BigInt, Math::BigFloat, and Math::BigRat
modules are used in a transparent way.

bigint - Transparent BigInteger support
bignum - Transparent BigNumber support
bigrat - Transparent BigNumber/BigRational support

%prep
%setup -q -n %dist-%version
%patch -p1
rm -rv inc Build.PL

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc BUGS CHANGES README
%dir %perl_vendor_privlib/Math
%dir %perl_vendor_privlib/Math/BigInt
%perl_vendor_privlib/Math/BigInt/Trace.pm
%dir %perl_vendor_privlib/Math/BigFloat
%perl_vendor_privlib/Math/BigFloat/Trace.pm
%perl_vendor_privlib/bigint.pm
%perl_vendor_privlib/bignum.pm
%perl_vendor_privlib/bigrat.pm

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin