]> git.pld-linux.org Git - packages/perl-Math-MatrixReal.git/blame - perl-Math-MatrixReal.spec
- get rid of pod documentation
[packages/perl-Math-MatrixReal.git] / perl-Math-MatrixReal.spec
CommitLineData
29b7880d 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
55ba19c3 5%include /usr/lib/rpm/macros.perl
41dc4ade 6%define pdir Math
7%define pnam MatrixReal
a4e4b0b8 8Summary: Math::MatrixReal - implements the data type "matrix of reals"
9Summary(pl): Math::MatrixReal - implementacja typu danych "macierz liczb rzeczywistych"
294890f1 10Name: perl-Math-MatrixReal
17f977ab 11Version: 1.9
3a6dd040 12Release: 6
29b7880d 13# same as perl
14License: GPL v1+ or Artistic
294890f1 15Group: Development/Languages/Perl
a2196780 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
b86f1c1a 17# Source0-md5: 4df6e63d0e9ff902f1af5dc430a0b483
c29a04ec 18BuildRequires: perl-devel >= 1:5.8.0
a02f9fec 19BuildRequires: rpm-perlprov >= 4.1-13
ce7bab9e 20BuildArch: noarch
87bdce24 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
294890f1 22
23%description
0dd97c97 24Implements the data type "matrix of reals" (and consequently also
25"vector of reals"), which can be used almost like any other basic Perl
755f34e4
JB
26type thanks to OPERATOR OVERLOADING, i.e., "$product = $matrix1 *
27$matrix2;" does what you would like it to do (a matrix
28multiplication).
29
30%description -l pl
31