]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blob - perl-Tie-IxHash.spec
b943add50295a46792a3156c1ebbee90f1d216dc
[packages/perl-Tie-IxHash.git] / perl-Tie-IxHash.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Tie-IxHash perl module
3 Summary(pl):    Modu³ perla Tie-IxHash
4 Name:           perl-Tie-IxHash
5 Version:        1.21
6 Release:        5
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/Tie-IxHash-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Tie-IxHash perl module.
18
19 %description -l pl
20 Modu³ perla Tie-IxHash.
21
22 %prep
23 %setup -q -n Tie-IxHash-%{version}
24
25 %build
26 perl Makefile.PL
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 gzip -9nf Changes README
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %{perl_sitelib}/Tie/IxHash.pm
43 %{_mandir}/man3/*
This page took 0.054362 seconds and 3 git commands to generate.