psabata pushed to perl-Net-Patricia (master). "Prevent FTBFS by correcting the build time dependency list (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Aug 11 12:45:38 UTC 2015


From cb54f831faceed5cdd71d7298616322e23bddead Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Tue, 11 Aug 2015 14:45:31 +0200
Subject: Prevent FTBFS by correcting the build time dependency list

- Tweak the runtime deplist as well

diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index dd1726e..9e4b796 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-Patricia
 Version:        1.22
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
 # The entire source code is GPLv2+ except libpatricia/ which is BSD
 License:        GPLv2+ and BSD
@@ -8,13 +8,26 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-Patricia/
 Source0:        http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(diagnostics)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Net::CIDR::Lite) >= 0.20
+BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(vars)
 BuildRequires:  perl(version)
-BuildRequires:  perl(Net::CIDR::Lite) >= 0.20
-Requires:       perl(Socket6)
-Requires:       perl(version)
+BuildRequires:  perl(warnings)
+Requires:       perl(DynaLoader)
+Requires:       perl(Exporter)
 Requires:       perl(Net::CIDR::Lite) >= 0.20
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -64,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 11 2015 Petr Ĺ abata <contyk at redhat.com> - 1.22-9
+- Prevent FTBFS by correcting the build time dependency list
+- Tweak the runtime deplist as well
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-Patricia.git/commit/?h=master&id=cb54f831faceed5cdd71d7298616322e23bddead


More information about the perl-devel mailing list