Name: perl-Hash-MultiValue Summary: Store multiple values per key Version: 0.08 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-%{version}.tar.gz URL: http://search.cpan.org/dist/Hash-MultiValue BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Filter::Util::Call) BuildRequires: perl(Test::More) %{?perl_default_filter} %{?perl_default_subpackage_tests} %description Hash::MultiValue is an object (and a plain hash reference) that may contain multiple values per key. %prep %setup -q -n Hash-MultiValue-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Mar 20 2010 Chris Weyl 0.08-1 - specfile by Fedora::App::MaintainerTools 0.006