[perl-Data-OptList] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Jan 15 16:00:33 UTC 2015


commit e0be4ae87f2203db7ad894e12f5dc11917b6da20
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 15 16:59:24 2015 +0100

    Specify all dependencies

 perl-Data-OptList.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index 1bfdd2b..aa12a44 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -7,12 +7,18 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-OptList/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz 
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install) >= 0.921
+# Tests:
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Pod)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.41
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -65,6 +71,7 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %changelog
 * Thu Jan 15 2015 Petr Pisar <ppisar at redhat.com> - 0.109-4
 - Do not hard-code interpreter name
+- Specify all dependencies
 
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.109-3
 - Perl 5.20 rebuild


More information about the scm-commits mailing list