]> git.pld-linux.org Git - packages/perl-Math-MatrixReal.git/commitdiff
- (automatic) provided informative description
authorradek <radek@pld-linux.org>
Sun, 11 Aug 2002 19:32:51 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-MatrixReal.spec -> 1.23

perl-Math-MatrixReal.spec

index 4e52f814b5babe72dd8814ccc40b12f83f34a913..516c020c054a603268c63fe89d3040e7143c4069 100644 (file)
@@ -1,8 +1,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Math
 %define        pnam    MatrixReal
-Summary:       Math::MatrixReal perl module
-Summary(pl):   Modu³ perla Math::MatrixReal
+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:       1
@@ -15,10 +15,13 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Math::MatrixReal perl module.
+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.,
 
-%description -l pl
-Modu³ perla Math::MatrixReal.
+    $product = $matrix1 * $matrix2;
+
+does what you would like it to do (a matrix multiplication).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -29,6 +32,7 @@ perl Makefile.PL
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
This page took 0.06671 seconds and 4 git commands to generate.