]> git.pld-linux.org Git - packages/perl-Tie-LLHash.git/blob - perl-Tie-LLHash.spec
- massive attack: source-md5
[packages/perl-Tie-LLHash.git] / perl-Tie-LLHash.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Tie
3 %define pnam    LLHash
4 Summary:        Tie::LLHash Perl module - ordered hashes
5 Summary(pl):    Modu³ Perla Tie::LLHash - uporz±dkowane hasze
6 Name:           perl-Tie-LLHash
7 Version:        1.002
8 Release:        9
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  3c793c445fb1b59ffbd738ea9587c304
13 BuildRequires:  perl-devel >= 5.6
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This class implements an ordered hash-like object. It's a cross
20 between a Perl hash and a linked list. Use it whenever you want the
21 speed and structure of a Perl hash, but the orderedness of a list.
22
23 %description -l pl
24 Ta klasa jest implementacj± obiektu podobnego do hasza. Jest on
25 skrzy¿owaniem pomiêdzy perlowym haszem a list±. Przydaje siê kiedy
26 potrzeba szybko¶ci i struktury perlowych haszy, ale uporz±dkowania
27 listy.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor 
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Changes README
48 %{perl_vendorlib}/Tie/LLHash.pm
49 %{_mandir}/man3/*
This page took 2.524905 seconds and 4 git commands to generate.