[perl-Algorithm-SVM: 5/9] Add missing build requirements for the unit tests

Mathieu Bridon bochecha at fedoraproject.org
Thu Sep 20 02:46:59 UTC 2012


commit 8ce1937fc9d4432254dfabb18a84205a05b17469
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Sep 19 10:27:30 2012 +0800

    Add missing build requirements for the unit tests

 perl-Algorithm-SVM.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Algorithm-SVM.spec b/perl-Algorithm-SVM.spec
index 759f99b..1a18aae 100644
--- a/perl-Algorithm-SVM.spec
+++ b/perl-Algorithm-SVM.spec
@@ -16,7 +16,11 @@ Source0:        http://www.cpan.org/authors/id/L/LA/LAIRDM/Algorithm-SVM-%{versi
 Patch0:         Algorithm-SVM-0.13-Unbundle-libsvm.patch
 Patch1:         Algorithm-SVM-0.13-Port-to-libsvm-3.0.patch
 
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test)
 BuildRequires:  libsvm-devel
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -67,6 +71,7 @@ make test
 - Fix issues based on Petr's review feedback:
   - Fix typo 'classifcation' in the package description.
   - Filter the private library out of provides.
+  - Add missing build requirements for the unit tests.
 
 * Tue Aug 21 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.13-1
 - Initial package, with help from cpanspec.


More information about the scm-commits mailing list