]> git.pld-linux.org Git - packages/perl-Math-MatrixReal.git/blame - perl-Math-MatrixReal.spec
- use the __perl macro
[packages/perl-Math-MatrixReal.git] / perl-Math-MatrixReal.spec
CommitLineData
55ba19c3 1%include /usr/lib/rpm/macros.perl
41dc4ade 2%define pdir Math
3%define pnam MatrixReal
0dd97c97 4Summary: Math::MatrixReal - Implements the data type "matrix of reals"
5Summary(pl): Math::MatrixReal - Implementacja typu danych "macierz liczb rzeczywistych"
294890f1 6Name: perl-Math-MatrixReal
17f977ab 7Version: 1.9
755f34e4 8Release: 3
0fb2a284 9License: GPL
294890f1 10Group: Development/Languages/Perl
a2196780 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
8988fc06 12BuildRequires: perl >= 5.6
63725543 13BuildRequires: rpm-perlprov >= 3.0.3-16
ce7bab9e 14BuildArch: noarch
87bdce24 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
294890f1 16
17%description
0dd97c97 18Implements the data type "matrix of reals" (and consequently also
19"vector of reals"), which can be used almost like any other basic Perl
755f34e4
JB
20type thanks to OPERATOR OVERLOADING, i.e., "$product = $matrix1 *
21$matrix2;" does what you would like it to do (a matrix
22multiplication).
23
24%description -l pl
25