[perl-Params-Coerce] Add missing buildreqs

Paul Howarth pghmcfc at fedoraproject.org
Sun Feb 17 09:06:33 UTC 2013


commit d4fbc80630d89049b71381726b3f480c1cf85dde
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Feb 17 09:05:45 2013 +0000

    Add missing buildreqs
    
    - BR: perl(Cwd), perl(ExtUtils::MakeMaker), perl(File::Path) and
      perl(File::Spec), needed by bundled Module::Install

 perl-Params-Coerce.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec
index 04faa06..359688d 100644
--- a/perl-Params-Coerce.spec
+++ b/perl-Params-Coerce.spec
@@ -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 at 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 at lists.fedoraproject.org> - 0.14-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list