[perl-Net-IDN-Nameprep: 4/10] Add missing build requirement

Mathieu Bridon bochecha at fedoraproject.org
Thu Feb 7 02:57:30 UTC 2013


commit 2fb5d15251fe0a3d5a40b39bf1f5eb399643881e
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Jan 23 12:39:07 2013 +0800

    Add missing build requirement
    
    Petr found these were missing while reviewing the package.

 perl-Net-IDN-Nameprep.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Net-IDN-Nameprep.spec b/perl-Net-IDN-Nameprep.spec
index 764bc01..d249e77 100644
--- a/perl-Net-IDN-Nameprep.spec
+++ b/perl-Net-IDN-Nameprep.spec
@@ -8,10 +8,13 @@ Source0:        http://www.cpan.org/authors/id/C/CF/CFAERBER/Net-IDN-Nameprep-%{
 
 BuildArch:      noarch
 
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Unicode::Stringprep) >= 1.1
+BuildRequires:  perl(Unicode::Stringprep::Mapping)
+BuildRequires:  perl(Unicode::Stringprep::Prohibited)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -53,6 +56,7 @@ perl Build.PL installdirs=vendor
 
 %changelog
 - Replace the usage of the %%{__perl} macro by the plain perl command.
+- Add missing build requirements.
 
 * Fri Jan 04 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.101-1
 - Initial package for Fedora, with help from cpanspec.



More information about the perl-devel mailing list