]> git.pld-linux.org Git - packages/perl-Statistics-Descriptive.git/blob - perl-Statistics-Descriptive.spec
a455cbb57a6868442dda746cbf055a76d4eba71c
[packages/perl-Statistics-Descriptive.git] / perl-Statistics-Descriptive.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Statistics
3 %define pnam    Descriptive
4 Summary:        Statistics::Descriptive perl module
5 Summary(pl):    Modu³ perla Statistics::Descriptive
6 Name:           perl-Statistics-Descriptive
7 Version:        2.4
8 Release:        8
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 Patch0:         %{name}-fix.patch
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Statistics::Descriptive module provides basic functions used in
20 descriptive statistics.
21
22 %description -l pl
23 Statistics::Descriptive udostêpnia podstawowe funkcje stosowane w
24 statystyce opisowej.
25
26 %prep
27 %setup -q -n %{pdir}-%{pnam}-%{version}
28 %patch -p0
29
30 %build
31 perl Makefile.PL
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf Changes README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %{perl_sitelib}/Statistics/Descriptive.pm
48 %{_mandir}/man3/*
This page took 0.040869 seconds and 3 git commands to generate.