.gear-rules | 2 + .../2d49e6230a90d9348c5eb6b14d198a5b7393dd63 | 13 +++ .../9044c9bb86fbfa6de460ddada016e68b5a7164ee | 13 +++ .gear-tags/list | 2 + Makefile.PL | 1 + perl-Math-BigInt.spec | 78 ++++++++++++++++++++ 6 files changed, 109 insertions(+), 0 deletions(-) diff --git a/.gear-rules b/.gear-rules new file mode 100644 index 0000000..b6e12e4 --- /dev/null +++ b/.gear-rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Math-BigInt-@version@ +diff: @version@:. . name=perl-Math-BigInt-@version@-@release@.patch diff --git a/.gear-tags/2d49e6230a90d9348c5eb6b14d198a5b7393dd63 b/.gear-tags/2d49e6230a90d9348c5eb6b14d198a5b7393dd63 new file mode 100644 index 0000000..c25f1b1 --- /dev/null +++ b/.gear-tags/2d49e6230a90d9348c5eb6b14d198a5b7393dd63 @@ -0,0 +1,13 @@ +object 9729f573e5c4da13fc32852c356446fe89a64d51 +type commit +tag 1.87 +tagger Alexey Tourbin 1187082745 +0400 + +1.87 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.7 (GNU/Linux) + +iD8DBQBGwXH5fBKgtDjnu0YRAkAKAJ46+8RY5vK/brkANW3nIMv7tiTungCggNFD +D0PoqilmZsPC1n5f4ixqalU= +=9kFY +-----END PGP SIGNATURE----- diff --git a/.gear-tags/9044c9bb86fbfa6de460ddada016e68b5a7164ee b/.gear-tags/9044c9bb86fbfa6de460ddada016e68b5a7164ee new file mode 100644 index 0000000..de76fe9 --- /dev/null +++ b/.gear-tags/9044c9bb86fbfa6de460ddada016e68b5a7164ee @@ -0,0 +1,13 @@ +object cdc472de18782083eddef50cd4f6c970b0d44759 +type commit +tag 1.89 +tagger Alexey Tourbin 1208981409 +0400 + +1.89 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkgPl6EACgkQfBKgtDjnu0Z6LQCghsAltTEOJhjHQkAZGh4cDi5v +0rMAn3bt34DnpzVmlWi/kYlZKA5nPj2Z +=CUft +-----END PGP SIGNATURE----- diff --git a/.gear-tags/list b/.gear-tags/list new file mode 100644 index 0000000..a3cc24b --- /dev/null +++ b/.gear-tags/list @@ -0,0 +1,2 @@ +2d49e6230a90d9348c5eb6b14d198a5b7393dd63 1.87 +9044c9bb86fbfa6de460ddada016e68b5a7164ee 1.89 diff --git a/Makefile.PL b/Makefile.PL index dbee82a..680a31a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,6 +54,7 @@ WriteAll; sub check_minimum_version { + return if $ENV{RPM_ARCH} && $ENV{RPM_OS}; my ($module, $version) = @_; my $v; eval " require $module; \$v = \$${module}::VERSION;"; diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec new file mode 100644 index 0000000..b1ea6d3 --- /dev/null +++ b/perl-Math-BigInt.spec @@ -0,0 +1,78 @@ +%define dist Math-BigInt +Name: perl-%dist +Version: 1.89 +Release: alt1 + +Summary: Arbitrary size integer math package +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +Requires: perl-base >= 1:5.8.6 +Requires: %name-FastCalc + +BuildArch: noarch + +# Automatically added by buildreq on Thu Apr 24 2008 +BuildRequires: perl-Math-BigInt-FastCalc perl-Module-Install perl-Test-Pod + +%description +This package contains the following perl modules: +Math::BigInt - Arbitrary size integer math package +Math::BigFloat - Arbitrary size floating point math package + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -rv inc/ + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc BENCHMARK BUGS CHANGES CREDITS GOALS HISTORY NEW README TODO +%dir %perl_vendor_privlib/Math + %perl_vendor_privlib/Math/BigFloat.pm + %perl_vendor_privlib/Math/BigInt.pm +%dir %perl_vendor_privlib/Math/BigInt + %perl_vendor_privlib/Math/BigInt/Calc.pm + %perl_vendor_privlib/Math/BigInt/CalcEmu.pm + +%changelog +* Thu Apr 24 2008 Alexey Tourbin 1.89-alt1 +- 1.87 -> 1.89 + +* Tue Aug 14 2007 Alexey Tourbin 1.87-alt1 +- 1.86 -> 1.87 + +* Fri Jun 08 2007 Alexey Tourbin 1.86-alt1 +- 1.82 -> 1.86 + +* Tue Apr 10 2007 Alexey Tourbin 1.82-alt1 +- 1.81 -> 1.82 + +* Wed Mar 28 2007 Alexey Tourbin 1.81-alt1 +- 1.77 -> 1.81 +- %name-Fastcalc packaged separately + +* Fri May 20 2005 Alexey Tourbin 1.77-alt1 +- 1.76 -> 1.77 + +* Tue Apr 12 2005 Alexey Tourbin 1.76-alt1 +- 1.75 -> 1.76 +- packaged %dist-FastCalc-0.10 here + +* Sun Mar 20 2005 Alexey Tourbin 1.75-alt1 +- 1.74 -> 1.75 + +* Thu Jan 06 2005 Alexey Tourbin 1.74-alt1 +- 1.73 -> 1.74 + +* Thu Dec 09 2004 Alexey Tourbin 1.73-alt1 +- initial revision (split off from perl-base)