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

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 10 18:20:47 UTC 2015


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


diff --git a/perl-Ace.spec b/perl-Ace.spec
index 52946e8..784d51d 100644
--- a/perl-Ace.spec
+++ b/perl-Ace.spec
@@ -1,14 +1,22 @@
 Name:           perl-Ace
 Version:        1.92
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:        Perl module for interfacing with ACE bioinformatics databases
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/AcePerl/
 Source0:        http://www.cpan.org/modules/by-module/Ace/AcePerl-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Cache::Cache) >= 1.03
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Pod::Html)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -65,6 +73,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 10 2015 Petr Ĺ abata <contyk at redhat.com> - 1.92-21
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.92-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Ace.git/commit/?h=master&id=dea606de9e426f7bc5ca4da6c4c936237555d57b


More information about the perl-devel mailing list