[perl-Parse-CPAN-Meta] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Wed Aug 15 08:56:08 UTC 2012


commit d6b73e2a4a7268d17977e03e375eb5b919f43eb2
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Aug 15 10:55:03 2012 +0200

    Specify all dependencies

 perl-Parse-CPAN-Meta.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec
index 3f452b3..0868674 100644
--- a/perl-Parse-CPAN-Meta.spec
+++ b/perl-Parse-CPAN-Meta.spec
@@ -2,20 +2,23 @@ Name:           perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:          1
 Version:        1.4404
-Release:        3%{?dist}
-Summary:        Parse META.yml and META.json CPAN metadata files
+Release:        4%{?dist}
+Summary:        Parse META.yml and META.json CPAN meta-data files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Parse-CPAN-Meta/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(CPAN::Meta::YAML) >= 0.008
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.80
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(JSON::PP) >= 2.27200
-BuildRequires:  perl(Module::Load::Conditional) >= 0.26
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(CPAN::Meta::YAML) >= 0.008
+Requires:       perl(Exporter)
 Requires:       perl(JSON::PP) >= 2.27200
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -49,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 15 2012 Petr Pisar <ppisar at redhat.com> - 1:1.4404-4
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.4404-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list