From b9caeb99ca3770c5cea4777b41de175582f5cdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 18 Oct 2012 14:57:28 +0200 Subject: [PATCH] Specify all dependencies --- perl-Devel-CheckLib.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec index b83afec..acfcc12 100644 --- a/perl-Devel-CheckLib.spec +++ b/perl-Devel-CheckLib.spec @@ -1,6 +1,6 @@ Name: perl-Devel-CheckLib Version: 0.98 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Check that a library is available License: GPL+ or Artistic @@ -11,8 +11,17 @@ Source0: http://www.cpan.org/modules/by-module/Devel/Devel-CheckLib-%{ver BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Temp) >= 0.16 +BuildRequires: perl(Text::ParseWords) +# Tests: +BuildRequires: perl(Cwd) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(IO::File) BuildRequires: perl(IO::CaptureOutput) >= 1.0801 +BuildRequires: perl(lib) BuildRequires: perl(Test::More) >= 0.62 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -52,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Oct 18 2012 Petr Pisar - 0.98-4 +- Specify all dependencies + * Fri Jul 20 2012 Fedora Release Engineering - 0.98-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild