psabata pushed to perl-FCGI-Client (master). "Fixing the FTBFS by correcting the build time dependency list"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 10 16:24:14 UTC 2015


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


diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index f880e6f..ff59108 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -1,7 +1,7 @@
 Name:           perl-FCGI-Client 
 Summary:        Client library for the fastcgi protocol 
 Version:        0.08
-Release:        11%{?dist}
+Release:        12%{?dist}
 # lib/FCGI/Client.pm -> GPL+ or Artistic
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -10,13 +10,32 @@ URL:            http://search.cpan.org/dist/FCGI-Client
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Any::Moose) >= 0.1
 BuildRequires:  perl(autodie)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(IO::Socket::UNIX)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 %{?perl_default_filter}
 
@@ -47,6 +66,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 10 2015 Petr Ĺ abata <contyk at redhat.com> - 0.08-12
+- Fixing the FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-FCGI-Client.git/commit/?h=master&id=efd9c992c148f0a2786a30d4c3839f0efa96cb5c


More information about the perl-devel mailing list