]> git.pld-linux.org Git - packages/perl-Math-MatrixReal.git/commitdiff
- pl description, release++ RA-1_0 STABLE perl-Math-MatrixReal-1_9-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Aug 2002 18:54:40 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-MatrixReal.spec -> 1.25

perl-Math-MatrixReal.spec

index c24ee3744e862a674337e100fc00a7a2dbe07e90..dfa20efc6b28af7a0d438c8934f805847561fb7e 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Math::MatrixReal - Implements the data type "matrix of reals"
 Summary(pl):   Math::MatrixReal - Implementacja typu danych "macierz liczb rzeczywistych"
 Name:          perl-Math-MatrixReal
 Version:       1.9
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -17,11 +17,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Implements the data type "matrix of reals" (and consequently also
 "vector of reals"), which can be used almost like any other basic Perl
-type thanks to B<OPERATOR OVERLOADING>, i.e.,
-
-    $product = $matrix1 * $matrix2;
-
-does what you would like it to do (a matrix multiplication).
+type thanks to OPERATOR OVERLOADING, i.e., "$product = $matrix1 *
+$matrix2;" does what you would like it to do (a matrix
+multiplication).
+
+%description -l pl
+Ten modu³ jest implementacj± typu danych "macierz liczb rzeczywistych"
+(i w konsekwencji tak¿e "wektor liczb rzeczywistych"), który mo¿e byæ
+u¿ywany prawie tak samo jak ka¿dy inny podstawowy typ Perla dziêki
+przeci±¿aniu operatorów - tzn. "$product = $matrix1 * $matrix2;" zrobi
+to, czego siê oczekuje (pomno¿y macierze).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.082086 seconds and 4 git commands to generate.