]> git.pld-linux.org Git - packages/perl-Math-VecStat.git/blob - perl-Math-VecStat.spec
- massive attack: source-md5
[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:        4
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  74d96e32a41333afa0bd56e15b0f50ea
13 BuildRequires:  perl-devel >= 5.6
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This package provides some basic statistics on numerical vectors. All
20 the subroutines can take a reference to the vector to be operated on.
21 In some cases a copy of the vector is acceptable, but is not
22 recommended for efficiency.
23
24 %description -l pl
25 Ten pakiet dostarcza kilku podstawowych statystyk na wektorach
26 liczbowych. Wszystkie funkcje mog± przyj±æ referencjê do wektora, na
27 którym maj± operowaæ. W niektóych przypadkach kopia wektora jest
28 akceptowalna, ale nie jest to zalecane ze wzglêdu na wydajno¶æ.
29
30 %prep
31 %setup -q -n %{pdir}-%{pnam}-%{version}
32
33 %build
34 %{__perl} Makefile.PL \
35         INSTALLDIRS=vendor 
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README
49 %{perl_vendorlib}/Math/VecStat.pm
50 %{_mandir}/man3/*
This page took 0.097426 seconds and 4 git commands to generate.