[perl-Unicode-Stringprep: 5/8] Add missing build requirements as suggested by Petr during the review

Mathieu Bridon bochecha at fedoraproject.org
Mon Jan 21 03:44:43 UTC 2013


commit 12e9f1b6ef1aa5e637115b3df7a44c72d4dea131
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 17 15:39:28 2013 +0800

    Add missing build requirements as suggested by Petr during the review

 perl-Unicode-Stringprep.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Unicode-Stringprep.spec b/perl-Unicode-Stringprep.spec
index ac0c080..c5f0ed5 100644
--- a/perl-Unicode-Stringprep.spec
+++ b/perl-Unicode-Stringprep.spec
@@ -8,6 +8,9 @@ Source0:        http://www.cpan.org/authors/id/C/CF/CFAERBER/Unicode-Stringprep-
 
 BuildArch:      noarch
 
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Unicode::Normalize)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
@@ -59,6 +62,7 @@ mv README.utf8 README
 %changelog
 - Make sure the README file is UTF-8 encoded.
 - Add the missing default Perl filter.
+- Add missing build requirements.
 
 * Fri Jan 04 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.104-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list