commit 2fb5d15251fe0a3d5a40b39bf1f5eb399643881e Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxx> - 1.101-1 - Initial package for Fedora, with help from cpanspec. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel