ppisar pushed to perl (f23). "Sub-package Math-Complex"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jul 15 12:55:32 UTC 2015


From 1b598383b113a495d40562a973d5c4ee6e8ed26d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 13 Jul 2015 17:20:12 +0200
Subject: Sub-package Math-Complex


diff --git a/perl.spec b/perl.spec
index 28bfb66..5796b2b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,8 @@ 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, perl-Math-BigInt-FastCalc, perl-Math-BigRat
+Requires:       perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat,
+Requires:       perl-Math-Complex,
 Requires:       perl-MIME-Base64,
 Requires:       perl-Module-CoreList,
 Requires:       perl-Module-CoreList-tools, perl-Module-Load
@@ -1345,6 +1346,22 @@ Conflicts:      perl < 4:5.22.0-348
 Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
 for arbitrary big rational numbers.
 
+%package Math-Complex
+Summary:        Complex numbers and trigonometric functions
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+Epoch:          0
+Version:        1.59
+Requires:       %perl_compat
+BuildArch:      noarch
+Conflicts:      perl < 4:5.22.0-348
+
+%description Math-Complex
+This package lets you create and manipulate complex numbers. By default, Perl
+limits itself to real numbers, but an extra "use" statement brings full
+complex support, along with a full set of mathematical functions typically
+associated with and/or extended to complex numbers.
+
 %package MIME-Base64
 Summary:        Encoding and decoding of Base64 and quoted-printable strings
 Group:          Development/Libraries
@@ -2869,6 +2886,13 @@ popd
 %exclude %{privlib}/Math/BigRat.pm
 %exclude %{_mandir}/man3/Math::BigRat.*
 
+# Math-Complex
+%dir %exclude %{privlib}/Math
+%exclude %{privlib}/Math/Complex.pm
+%exclude %{privlib}/Math/Trig.pm
+%exclude %{_mandir}/man3/Math::Complex.*
+%exclude %{_mandir}/man3/Math::Trig.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3727,6 +3751,13 @@ popd
 %{privlib}/Math/BigRat.pm
 %{_mandir}/man3/Math::BigRat.*
 
+%files Math-Complex
+%dir %{privlib}/Math
+%{privlib}/Math/Complex.pm
+%{privlib}/Math/Trig.pm
+%{_mandir}/man3/Math::Complex.*
+%{_mandir}/man3/Math::Trig.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -4088,6 +4119,7 @@ popd
 - Sub-package bignum
 - Sub-package Math-BigRat
 - Sub-package Math-BigInt-FastCalc
+- Sub-package Math-Complex
 
 * Wed Jul 08 2015 Petr Pisar <ppisar at redhat.com> - 4:5.22.0-347
 - Store distribution's linker and compiler flags to more Config's options
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23&id=1b598383b113a495d40562a973d5c4ee6e8ed26d


More information about the perl-devel mailing list