[perl-Email-Received: 3/9] Add missing build requirements

Mathieu Bridon bochecha at fedoraproject.org
Mon Jan 28 04:34:31 UTC 2013


commit 136f4095724bb8ff95fe2a3d6b4db4fbe6d932dd
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 24 13:04:26 2013 +0800

    Add missing build requirements

 perl-Email-Received.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/perl-Email-Received.spec b/perl-Email-Received.spec
index 3749712..cb188e3 100644
--- a/perl-Email-Received.spec
+++ b/perl-Email-Received.spec
@@ -8,9 +8,13 @@ Source0:        http://www.cpan.org/authors/id/S/SI/SIMON/Email-Received-%{versi
 
 BuildArch:      noarch
 
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Email::Simple)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Regexp::Common)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Balanced)
 
@@ -50,5 +54,7 @@ make test
 
 
 %changelog
+- Add missing build requirements.
+
 * Fri Jan 18 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.00-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list