]> git.pld-linux.org Git - packages/perl-Statistics-Descriptive.git/blob - perl-Statistics-Descriptive.spec
- release 5
[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:        5
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Statistics/Statistics-Descriptive-%{version}.tar.gz
12 Patch0:         %{name}-fix.patch
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Statistics-Descriptive module provides basic functions used in
19 descriptive statistics.
20
21 %description -l pl
22 Statistics-Descriptive udostêpnia podstawowe funkcje stosowane w
23 statystyce opisowej.
24
25 %prep
26 %setup -q -n Statistics-Descriptive-%{version}
27 %patch -p0
28
29 %build
30 perl Makefile.PL
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf Changes README
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz
46 %{perl_sitelib}/Statistics/Descriptive.pm
47 %{_mandir}/man3/*
This page took 2.939933 seconds and 4 git commands to generate.