]> git.pld-linux.org Git - packages/perl-Statistics-Descriptive.git/blob - perl-Statistics-Descriptive.spec
1f02456e7be3b1e3fb79b11ad5b6e41a2eef18de
[packages/perl-Statistics-Descriptive.git] / perl-Statistics-Descriptive.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Statistics
7 %define         pnam    Descriptive
8 Summary:        Statistics::Descriptive Perl module
9 Summary(cs):    Modul Statistics::Descriptive pro Perl
10 Summary(da):    Perlmodul Statistics::Descriptive
11 Summary(de):    Statistics::Descriptive Perl Modul
12 Summary(es):    Módulo de Perl Statistics::Descriptive
13 Summary(fr):    Module Perl Statistics::Descriptive
14 Summary(it):    Modulo di Perl Statistics::Descriptive
15 Summary(ja):    Statistics::Descriptive Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    Statistics::Descriptive ÆÞ ¸ðÁÙ
17 Summary(no):    Perlmodul Statistics::Descriptive
18 Summary(pl):    Modu³ perla Statistics::Descriptive
19 Summary(pt_BR): Módulo Perl Statistics::Descriptive
20 Summary(pt):    Módulo de Perl Statistics::Descriptive
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl Statistics::Descriptive
22 Summary(sv):    Statistics::Descriptive Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl Statistics::Descriptive
24 Summary(zh_CN): Statistics::Descriptive Perl Ä£¿é
25 Name:           perl-Statistics-Descriptive
26 Version:        2.6
27 Release:        1
28 License:        Artistic or GPL
29 Group:          Development/Languages/Perl
30 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
31 Patch0:         %{name}-fix.patch
32 BuildRequires:  perl >= 5.6
33 BuildRequires:  rpm-perlprov >= 3.0.3-16
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Statistics::Descriptive module provides basic functions used in
39 descriptive statistics.
40
41 %description -l pl
42 Statistics::Descriptive udostêpnia podstawowe funkcje stosowane w
43 statystyce opisowej.
44
45 %prep
46 %setup -q -n %{pdir}-%{pnam}-%{version}
47 %patch -p0
48
49 %build
50 perl Makefile.PL
51 %{__make}
52 %{!?_without_tests:%{__make} test}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc Changes README
65 %{perl_sitelib}/Statistics/Descriptive.pm
66 %{_mandir}/man3/*
This page took 0.057585 seconds and 3 git commands to generate.