]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blob - perl-Tie-IxHash.spec
- should be ready for perl-5.8.0; 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:        11
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.6
13 BuildRequires:  rpm-perlprov >= 4.1-13
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         INSTALLDIRS=vendor 
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Changes README
51 %{perl_vendorlib}/Tie/IxHash.pm
52 %{_mandir}/man3/*
This page took 0.087753 seconds and 4 git commands to generate.