psabata pushed to perl-Algorithm-NaiveBayes (master). "Prevent FTBFS by correcting the build time dependency list"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 10 17:56:00 UTC 2015


From b4774902bc97b181402e7569cb7e6fe0ee731d52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 10 Aug 2015 19:55:53 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Algorithm-NaiveBayes.spec b/perl-Algorithm-NaiveBayes.spec
index 2c4f5a1..6e21545 100644
--- a/perl-Algorithm-NaiveBayes.spec
+++ b/perl-Algorithm-NaiveBayes.spec
@@ -1,6 +1,6 @@
 Name:           perl-Algorithm-NaiveBayes
 Version:        0.04
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Bayesian prediction of categories
 
 # There is no license file included with the sources, I asked upstream for one:
@@ -12,7 +12,18 @@ Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Algorithm-NaiveBay
 
 BuildArch:      noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(vars)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -51,6 +62,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Mon Aug 10 2015 Petr Ĺ abata <contyk at redhat.com> - 0.04-10
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Algorithm-NaiveBayes.git/commit/?h=master&id=b4774902bc97b181402e7569cb7e6fe0ee731d52


More information about the perl-devel mailing list