]> git.pld-linux.org Git - packages/perl-Math-VecStat.git/blob - perl-Math-VecStat.spec
- pl description, release++
[packages/perl-Math-VecStat.git] / perl-Math-VecStat.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Math
3 %define pnam    VecStat
4 Summary:        Math::VecStat - some basic statistics on vectors (min,max,average,...)
5 Summary(pl):    Math::VecStat - podstawowe statystyki na wektorach (min,max,¶rednia,...)
6 Name:           perl-Math-VecStat
7 Version:        0.06
8 Release:        3
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.6
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package provides some basic statistics on numerical vectors. All
19 the subroutines can take a reference to the vector to be operated on.
20 In some cases a copy of the vector is acceptable, but is not
21 recommended for efficiency.
22
23 %description -l pl
24 Ten pakiet dostarcza kilku podstawowych statystyk na wektorach
25 liczbowych. Wszystkie funkcje mog± przyj±æ referencjê do wektora, na
26 którym maj± operowaæ. W niektóych przypadkach kopia wektora jest
27 akceptowalna, ale nie jest to zalecane ze wzglêdu na wydajno¶æ.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 perl Makefile.PL
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %{perl_sitelib}/Math/VecStat.pm
48 %{_mandir}/man3/*
This page took 0.071881 seconds and 4 git commands to generate.