]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blob - perl-Tie-IxHash.spec
a9cd1f9b3e7efc0088ba2ceb2d5f75922ee3f345
[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 perl module
5 Summary(pl):    Modu³ perla Tie-IxHash
6 Name:           perl-Tie-IxHash
7 Version:        1.21
8 Release:        8
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:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Tie-IxHash perl module.
19
20 %description -l pl
21 Modu³ perla Tie-IxHash.
22
23 %prep
24 %setup -q -n %{pdir}-%{pnam}-%{version}
25
26 %build
27 perl Makefile.PL
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf Changes README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %{perl_sitelib}/Tie/IxHash.pm
44 %{_mandir}/man3/*
This page took 0.061954 seconds and 3 git commands to generate.