]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blob - perl-Tie-IxHash.spec
- pl description, release++
[packages/perl-Tie-IxHash.git] / perl-Tie-IxHash.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Tie
3 %define pnam    IxHash
4 Summary:        Tie::IxHash - ordered associative arrays for Perl
5 Summary(pl):    Tie::IxHash - uporz±dkowane tablica asocjacyjne dla Perla
6 Name:           perl-Tie-IxHash
7 Version:        1.21
8 Release:        10
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 BuildRequires:  perl >= 5.6
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This Perl module implements Perl hashes that preserve the order in
19 which the hash elements were added. The order is not affected when
20 values corresponding to existing keys in the IxHash are changed. The
21 elements can also be set to any arbitrary supplied order. The familiar
22 perl array operations can also be performed on the IxHash.
23
24 %description -l pl
25 Ten modu³ Perla jest implementacj± haszy, które zachowuj± kolejno¶æ, w
26 jakiej elementy by³y dodawane. Kolejno¶æ nie ulega zmianie kiedy
27 modyfikowane s± warto¶ci odpowiadaj±ce istniej±cym kluczom w obiekcie
28 IxHash. Elementy mog± byæ tak¿e ustawiane w zadanej kolejno¶ci. Znane
29 operacje na tablicach perlowych mog± byæ tak¿e wykonywane na typie
30 IxHash.
31
32 %prep
33 %setup -q -n %{pdir}-%{pnam}-%{version}
34
35 %build
36 perl Makefile.PL
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Changes README
50 %{perl_sitelib}/Tie/IxHash.pm
51 %{_mandir}/man3/*
This page took 0.060386 seconds and 4 git commands to generate.