]> git.pld-linux.org Git - packages/perl-Statistics-Descriptive.git/blob - perl-Statistics-Descriptive.spec
adapterized
[packages/perl-Statistics-Descriptive.git] / perl-Statistics-Descriptive.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Statistics-Descriptive perl module
3 Summary(pl):    Modu³ perla Statistics-Descriptive
4 Name:           perl-Statistics-Descriptive
5 Version:        2.4
6 Release:        6
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(cs):      Vývojové prostøedky/Programovací jazyky/Perl
10 Group(de):      Entwicklung/Sprachen/Perl
11 Group(es):      Desarrollo/Lenguajes/Perl
12 Group(fr):      Development/Langues/Perl
13 Group(ja):      ³«È¯/¸À¸ì/Perl
14 Group(pl):      Programowanie/Jêzyki/Perl
15 Group(pt):      Desenvolvimento/Linguagens/Perl
16 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/Perl
17 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz
18 Patch0:         %{name}-fix.patch
19 BuildRequires:  rpm-perlprov >= 3.0.3-16
20 BuildRequires:  perl >= 5.6
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Statistics-Descriptive module provides basic functions used in
26 descriptive statistics.
27
28 %description -l pl
29 Statistics-Descriptive udostêpnia podstawowe funkcje stosowane w
30 statystyce opisowej.
31
32 %prep
33 %setup -q -n Statistics-Descriptive-%{version}
34 %patch -p0
35
36 %build
37 perl Makefile.PL
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 gzip -9nf Changes README
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %{perl_sitelib}/Statistics/Descriptive.pm
54 %{_mandir}/man3/*
This page took 0.069086 seconds and 3 git commands to generate.