From 226a2decfc35db69f4f38855c7a1e2f5c18e5c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 Jul 2015 16:58:45 +0200 Subject: [PATCH] Sub-package Math-BigRat --- perl.spec | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index fcf5fd5..dcdba91 100644 --- a/perl.spec +++ b/perl.spec @@ -265,7 +265,7 @@ Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP Requires: perl-libnet, perl-libnetcfg, Requires: perl-Locale-Codes, perl-Locale-Maketext, Requires: perl-Locale-Maketext-Simple -Requires: perl-Math-BigInt, +Requires: perl-Math-BigInt, perl-Math-BigRat Requires: perl-MIME-Base64, Requires: perl-Module-CoreList, Requires: perl-Module-CoreList-tools, perl-Module-Load @@ -1318,6 +1318,21 @@ Conflicts: perl < 4:5.22.0-347 %description Math-BigInt This provides Perl modules for arbitrary-size integer and float mathematics. +%package Math-BigRat +Summary: Arbitrary big rational numbers +Group: Development/Libraries +License: GPL+ or Artistic +Epoch: 0 +Version: 0.2608 +Requires: %perl_compat +Requires: perl(Math::BigInt) +BuildArch: noarch +Conflicts: perl < 4:5.22.0-348 + +%description Math-BigRat +Math::BigRat complements Math::BigInt and Math::BigFloat by providing support +for arbitrary big rational numbers. + %package MIME-Base64 Summary: Encoding and decoding of Base64 and quoted-printable strings Group: Development/Libraries @@ -2833,6 +2848,10 @@ popd %exclude %{_mandir}/man3/Math::BigInt::Calc.* %exclude %{_mandir}/man3/Math::BigInt::CalcEmu.* +# Math-BigRat +%exclude %{privlib}/Math/BigRat.pm +%exclude %{_mandir}/man3/Math::BigRat.* + # MIME-Base64 %exclude %{archlib}/auto/MIME %exclude %{archlib}/MIME @@ -3681,6 +3700,11 @@ popd %{_mandir}/man3/Math::BigInt::Calc.* %{_mandir}/man3/Math::BigInt::CalcEmu.* +%files Math-BigRat +%dir %{privlib}/Math +%{privlib}/Math/BigRat.pm +%{_mandir}/man3/Math::BigRat.* + %files MIME-Base64 %{archlib}/auto/MIME %{archlib}/MIME @@ -4040,6 +4064,7 @@ popd %changelog * Mon Jul 13 2015 Petr Pisar - 4:5.22.0-348 - Sub-package bignum +- Sub-package Math-BigRat * Wed Jul 08 2015 Petr Pisar - 4:5.22.0-347 - Store distribution's linker and compiler flags to more Config's options