[perl-Algorithm-CheckDigits] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Wed Jun 13 11:38:43 UTC 2012


commit 0fc91c01c782619d7d1ddd21104246faad3bc299
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 13 13:38:28 2012 +0200

    Specify all dependencies

 perl-Algorithm-CheckDigits.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-Algorithm-CheckDigits.spec b/perl-Algorithm-CheckDigits.spec
index 5d5b10a..33fe746 100644
--- a/perl-Algorithm-CheckDigits.spec
+++ b/perl-Algorithm-CheckDigits.spec
@@ -12,8 +12,16 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(Test::Pod::Coverage)
-BuildRequires:	perl(Test::Pod)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
+# Tests
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+# Optional tests
+BuildRequires:	perl(Test::Pod) >= 1.00
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -63,6 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Jun 13 2012 Petr Pisar <ppisar at redhat.com> - 0.53-6
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.53-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list