]> git.pld-linux.org Git - packages/perl-Hash-MultiValue.git/blame - perl-Hash-MultiValue.spec
use generic url
[packages/perl-Hash-MultiValue.git] / perl-Hash-MultiValue.spec
CommitLineData
38caa219 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
166aec32 4
38caa219 5%define pdir Hash
6%define pnam MultiValue
7%include /usr/lib/rpm/macros.perl
8Summary: Hash::MultiValue - Store multiple values per key
38caa219 9Name: perl-Hash-MultiValue
7f0b28a1 10Version: 0.10
38caa219 11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/Hash/%{pdir}-%{pnam}-%{version}.tar.gz
7f0b28a1 16# Source0-md5: 386b9ed884f3af6c20dca6d5fbefbb91
166aec32 17URL: http://search.cpan.org/dist/Hash-MultiValue/
38caa219 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
38caa219 20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Hash::MultiValue is an object (and a plain hash reference) that may
25contain multiple values per key, inspired by MultiDict of WebOb.
26
38caa219 27%prep
28%setup -q -n %{pdir}-%{pnam}-%{version}
29
30%build
31%{__perl} Makefile.PL \
32 INSTALLDIRS=vendor
33%{__make}
34
35%{?with_tests:%{__make} test}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} pure_install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc Changes README
49%{perl_vendorlib}/Hash/*.pm
50%{_mandir}/man3/*
This page took 0.134798 seconds and 4 git commands to generate.