Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > c4c73b6cafc0e6ba79f775386255972d > files > 2

perl-Hash-MultiValue-0.120.0-1.mga2.src.rpm

%define upstream_name    Hash-MultiValue
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Store multiple values per key
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.620.0
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(Test::More)
BuildArch:  noarch

%description
Hash::MultiValue is an object (and a plain hash reference) that may contain
multiple values per key, inspired by MultiDict of WebOb.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Thu Feb 23 2012 jquelin <jquelin> 0.120.0-1.mga2
+ Revision: 212963
- update to 0.12

* Mon Sep 26 2011 jquelin <jquelin> 0.100.0-1.mga2
+ Revision: 148099
- update to 0.10

* Mon Jun 20 2011 jquelin <jquelin> 0.90.0-1.mga2
+ Revision: 110556
- imported package perl-Hash-MultiValue


* Mon Jun 20 2011 cpan2dist 0.09-1mga
- initial mageia release, generated with cpan2dist