[perl-Text-Affixes: 3/10] Add missing build requirements as suggested by Petr during the review

Mathieu Bridon bochecha at fedoraproject.org
Fri Jan 25 04:33:14 UTC 2013


commit 13665432035bfc7120199a09fefc1c99e2801124
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Jan 22 11:53:48 2013 +0800

    Add missing build requirements as suggested by Petr during the review

 perl-Text-Affixes.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Text-Affixes.spec b/perl-Text-Affixes.spec
index bba6ba6..c549f2e 100644
--- a/perl-Text-Affixes.spec
+++ b/perl-Text-Affixes.spec
@@ -8,6 +8,8 @@ Source0:        http://www.cpan.org/authors/id/C/CO/COG/Text-Affixes-%{version}.
 
 BuildArch:      noarch
 
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -49,5 +51,7 @@ make test
 
 
 %changelog
+- Add missing build requirements.
+
 * Fri Jan 18 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.07-1
 - Initial package for Fedora, with help from cpanspec.



More information about the perl-devel mailing list