]> git.pld-linux.org Git - packages/perl-Array-PrintCols.git/blob - perl-Array-PrintCols.spec
- BR: perl-devel; do not BR: perl
[packages/perl-Array-PrintCols.git] / perl-Array-PrintCols.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Array
3 %define pnam    PrintCols
4 Summary:        %{pdir}::%{pnam} perl module
5 Summary(cs):    Modul %{pdir}::%{pnam} pro Perl
6 Summary(da):    Perlmodul %{pdir}::%{pnam}
7 Summary(de):    %{pdir}::%{pnam} Perl Modul
8 Summary(es):    Módulo de Perl %{pdir}::%{pnam}
9 Summary(fr):    Module Perl %{pdir}::%{pnam}
10 Summary(it):    Modulo di Perl %{pdir}::%{pnam}
11 Summary(ja):    %{pdir}::%{pnam} Perl ¥â¥¸¥å¡¼¥ë
12 Summary(ko):    %{pdir}::%{pnam} ÆÞ ¸ðÁÙ
13 Summary(no):    Perlmodul %{pdir}::%{pnam}
14 Summary(pl):    Modu³ perla %{pdir}::%{pnam}
15 Summary(pt_BR): Módulo Perl %{pdir}::%{pnam}
16 Summary(pt):    Módulo de Perl %{pdir}::%{pnam}
17 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl %{pdir}::%{pnam}
18 Summary(sv):    %{pdir}::%{pnam} Perlmodul
19 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl %{pdir}::%{pnam}
20 Summary(zh_CN): %{pdir}::%{pnam} Perl Ä£¿é
21 Name:           perl-Array-PrintCols
22 Version:        2.1
23 Release:        2
24 License:        GPL
25 Group:          Development/Languages/Perl
26 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
27 BuildRequires:  rpm-perlprov >= 4.1-13
28 BuildRequires:  perl-devel >= 5.005
29 BuildArch:      noarch
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Array::PrintCols defines a subroutine to print arrays of elements in
34 alphabetically, vertically sorted columns.  Optional arguments can be
35 given to control either the width or number of the columns, the total
36 width of the output, and the amount of indentation.
37
38 %description -l pl
39 Modu³ Array::PrintCol definiuje funkcjê do wypisywania tablic
40 elementów alfabetycznie, w pionowych posortowanych kolumnach. Mo¿na
41 przekazaæ opcjonalne parametry, kontroluj±ce szeroko¶æ lub liczbê
42 kolumn, ca³kowit± szeroko¶æ wyj¶cia oraz liczbê wciêæ.
43
44 %prep
45 %setup -q -n %{pdir}-%{pnam}-%{version}
46
47 %build
48 %{__perl} Makefile.PL \
49         INSTALLDIRS=vendor 
50 %{__make}
51 #%%{__make} test
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %{perl_vendorlib}/%{pdir}/*.pm
64 %{_mandir}/man3/*
This page took 0.056911 seconds and 3 git commands to generate.