Add missing buildreqs

- BR: perl(Cwd), perl(ExtUtils::MakeMaker), perl(File::Path) and
  perl(File::Spec), needed by bundled Module::Install
epel9
Paul Howarth 12 years ago
parent da805c0926
commit d4fbc80630

@ -1,6 +1,6 @@
Name: perl-Params-Coerce
Version: 0.14
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Allows your classes to do coercion of parameters
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,10 @@ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Coerce-%{versi
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Params::Util) >= 0.05
BuildRequires: perl(Scalar::Util) >= 1.11
BuildRequires: perl(Test::More)
@ -48,6 +52,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Params::Coerce.3pm*
%changelog
* Sun Feb 17 2013 Paul Howarth <paul@city-fan.org> - 0.14-15
- BR: perl(Cwd), perl(ExtUtils::MakeMaker), perl(File::Path) and
perl(File::Spec), needed by bundled Module::Install
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save