[perl-Text-Ngram: 5/9] Add missing build requirements

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


commit ca27037d6a86b6e734633b42789c094267a9abcb
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 24 12:31:45 2013 +0800

    Add missing build requirements

 perl-Text-Ngram.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Text-Ngram.spec b/perl-Text-Ngram.spec
index e47bfb2..e10b68f 100644
--- a/perl-Text-Ngram.spec
+++ b/perl-Text-Ngram.spec
@@ -6,10 +6,12 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-Ngram/
 Source0:        http://www.cpan.org/authors/id/A/AM/AMBS/Text/Text-Ngram-%{version}.tar.gz
 
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(XSLoader)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -56,6 +58,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.14-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list