Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37805161
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 

Patch: perl-bignum-0.28-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/b71e2d96f186b7d77f3c761fdf76d0859741f876  |   13 +++
 .../tags/d1aa6fc255d9c5357f2bf1e700010f8007cec45f  |   13 +++
 .gear/tags/list                                    |    1 +
 Makefile.PL                                        |    2 +-
 perl-bignum.spec                                   |   79 ++++++++++++++++++++
 6 files changed, 109 insertions(+), 1 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..a7135d8
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=bignum-@version@
+diff: @version@:. . name=perl-bignum-@version@-@release@.patch
diff --git a/.gear/tags/b71e2d96f186b7d77f3c761fdf76d0859741f876 b/.gear/tags/b71e2d96f186b7d77f3c761fdf76d0859741f876
new file mode 100644
index 0000000..c20f96a
--- /dev/null
+++ b/.gear/tags/b71e2d96f186b7d77f3c761fdf76d0859741f876
@@ -0,0 +1,13 @@
+object 333e63990fdcfc23804878d32dada19fc6c96047
+type commit
+tag 0.25
+tagger Alexey Tourbin <at@altlinux.ru> 1292687188 +0300
+
+0.25
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk0M11QACgkQfBKgtDjnu0Zq+QCcDjSpMhIq9Qygmdkem7Eg5MU/
+QpMAoIBhpNbxI6cV2WnxxTLUzPTujHsQ
+=wm0w
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/d1aa6fc255d9c5357f2bf1e700010f8007cec45f b/.gear/tags/d1aa6fc255d9c5357f2bf1e700010f8007cec45f
new file mode 100644
index 0000000..d552180
--- /dev/null
+++ b/.gear/tags/d1aa6fc255d9c5357f2bf1e700010f8007cec45f
@@ -0,0 +1,13 @@
+object 17bc5a97a37318e0b998323746fdaea3a78901d3
+type commit
+tag 0.28
+tagger Alexey Tourbin <at@altlinux.ru> 1312569033 +0400
+
+0.28
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk48NsoACgkQfBKgtDjnu0acLgCeLINNrmPwedmkqXoDDxAcaXBL
+JKMAn346G/eMomXg+zPI5BXt9Zoq5MR8
+=zOEv
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..5a79cf5
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+d1aa6fc255d9c5357f2bf1e700010f8007cec45f 0.28
diff --git a/Makefile.PL b/Makefile.PL
index 5a1bb64..3edcf04 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,7 @@ license		'perl';
 author		'Tels <nospam-abuse@bloodgate.com>';
 
 # install this over the version in the Perl core
-install_as_core;
+#install_as_core;
 
 sign;
 
diff --git a/perl-bignum.spec b/perl-bignum.spec
new file mode 100644
index 0000000..4897123
--- /dev/null
+++ b/perl-bignum.spec
@@ -0,0 +1,79 @@
+%define dist bignum
+Name: perl-%dist
+Version: 0.28
+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
+
+# Automatically added by buildreq on Fri Aug 05 2011
+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
+%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
+* Fri Aug 05 2011 Alexey Tourbin <at@altlinux.ru> 0.28-alt1
+- 0.25 -> 0.28
+
+* Sat Dec 18 2010 Alexey Tourbin <at@altlinux.ru> 0.25-alt1
+- 0.23 -> 0.25
+
+* Thu Apr 24 2008 Alexey Tourbin <at@altlinux.ru> 0.23-alt1
+- 0.22 -> 0.23
+
+* Tue Aug 14 2007 Alexey Tourbin <at@altlinux.ru> 0.22-alt1
+- 0.21 -> 0.22
+
+* Fri Jun 08 2007 Alexey Tourbin <at@altlinux.ru> 0.21-alt1
+- 0.20 -> 0.21
+
+* Tue Apr 10 2007 Alexey Tourbin <at@altlinux.ru> 0.20-alt1
+- 0.19 -> 0.20
+
+* Wed Apr 04 2007 Alexey Tourbin <at@altlinux.ru> 0.19-alt1
+- 0.17 -> 0.19
+
+* Tue Apr 12 2005 Alexey Tourbin <at@altlinux.ru> 0.17-alt1
+- 0.16 -> 0.17
+
+* Thu Jan 06 2005 Alexey Tourbin <at@altlinux.ru> 0.16-alt1
+- 0.15 -> 0.16
+
+* Wed Dec 15 2004 Alexey Tourbin <at@altlinux.ru> 0.15-alt1
+- initial revision (split from perl-base)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin