psabata pushed to perl-Hash-MultiValue (master). "Fix the FTBFS by correcting the build time dependency list"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 10 15:45:01 UTC 2015


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


diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index 01aedf2..e735645 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:           perl-Hash-MultiValue
 Summary:        Store multiple values per key
 Version:        0.16
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-%{version}.tar.gz
@@ -10,12 +10,23 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl >= 1:5.8.1
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.41
+BuildRequires:  perl(threads)
 BuildRequires:  perl(UNIVERSAL::ref)
+BuildRequires:  perl(warnings)
 
 
 %{?perl_default_filter}
@@ -53,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 10 2015 Petr Ĺ abata <contyk at redhat.com> - 0.16-4
+- Fix the FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Hash-MultiValue.git/commit/?h=master&id=5a0ce8a8923534b599e78329b0ee3600fb757808


More information about the perl-devel mailing list