[perl-Text-Ngram: 6/9] Explicitly specify the minimum versions of requirements

Mathieu Bridon bochecha at fedoraproject.org
Fri Jan 25 04:53:24 UTC 2013


commit 2cd0196f75be06cf733f7400b4712c95d6c937d0
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 24 12:32:00 2013 +0800

    Explicitly specify the minimum versions of requirements

 perl-Text-Ngram.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-Text-Ngram.spec b/perl-Text-Ngram.spec
index e10b68f..52e4ddb 100644
--- a/perl-Text-Ngram.spec
+++ b/perl-Text-Ngram.spec
@@ -9,8 +9,8 @@ Source0:        http://www.cpan.org/authors/id/A/AM/AMBS/Text/Text-Ngram-%{versi
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 BuildRequires:  perl(XSLoader)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -59,6 +59,7 @@ make test
 - Replace usage of the %%{__perl} macro by the plain perl command.
 - Use DESTDIR instead of PERL_INSTALL_ROOT in the install section.
 - Add missing build requirements.
+- Explicitly specify the minimum versions of requirements.
 
 * Fri Jan 18 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.14-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list