commit ce4b4004dbc6abeddec9e8765f15545504b0452e Author: Petr Písař ppisar@redhat.com Date: Thu Aug 1 08:27:27 2013 +0200
Specify all dependencies
perl-Carp-Assert.spec | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) --- diff --git a/perl-Carp-Assert.spec b/perl-Carp-Assert.spec index 4d3aac0..5943fa3 100644 --- a/perl-Carp-Assert.spec +++ b/perl-Carp-Assert.spec @@ -9,8 +9,17 @@ URL: http://search.cpan.org/dist/Carp-Assert/ Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/Carp-Assert-%%7Bversion%7D.tar....
BuildArch: noarch +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Tests) +# Run-time: +# B::Deparse is optional +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Test::More) >= 0.4 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description @@ -47,6 +56,7 @@ make test %changelog * Wed Jul 31 2013 Petr Pisar ppisar@redhat.com - 0.20-15 - Perl 5.18 rebuild +- Specify all dependencies
* Mon Feb 25 2013 Ralf Corsépius corsepiu@fedoraproject.org - 0.20-14 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914247).
perl-devel@lists.fedoraproject.org