[perl-Pod-Spell] Specify all dependencies

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Feb 26 07:55:58 UTC 2015


commit 053accbcd9a5ec8548f30b3ceafaaf47540e023d
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Feb 26 08:55:41 2015 +0100

    Specify all dependencies

 perl-Pod-Spell.spec | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 9014f23..97af81d 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Spell
 Version:        1.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A formatter for spell-checking POD
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -8,8 +8,8 @@ URL:            http://search.cpan.org/dist/Pod-Spell/
 Source0:        http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-BuildRequires:  perl(File::ShareDir::Install) >= 0.03
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -18,10 +18,12 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::ShareDir::ProjectDistDir) >= 1.000
+BuildRequires:  perl(I18N::Langinfo)
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Parser)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Text::Wrap)
 # Tests:
 BuildRequires:  perl(File::Spec)
@@ -32,6 +34,8 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(utf8)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(I18N::Langinfo)
+Requires:       perl(POSIX)
 
 %description
 Pod::Spell is a Pod formatter whose output is good for spell-checking.
@@ -66,6 +70,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 25 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.16-2
+- Specify all dependencies
+
 * Wed Feb 25 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.16-1
 - 1.16 bump
 


More information about the scm-commits mailing list