[perl-Lingua-Identify: 5/11] Add missing build requirements

Mathieu Bridon bochecha at fedoraproject.org
Fri Feb 8 06:59:30 UTC 2013


commit 9b9914d69885f5bd42256f22b6f1c4d45b54edaf
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 24 13:33:10 2013 +0800

    Add missing build requirements

 perl-Lingua-Identify.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 2b7c88f..487236d 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -8,8 +8,12 @@ Source0:        http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-
 
 BuildArch:      noarch
 
+BuildRequires:  perl(base)
 BuildRequires:  perl(Class::Factory::Util) >= 1.6
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -68,6 +72,7 @@ make test
 %changelog
 - 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.
 
 * Fri Jan 18 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.51-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list