From 915d81c5bc195b779f6820aff7ac8549fa42e28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Wed, 14 Oct 2015 14:07:03 +0200 Subject: Specify all dependencies
--- perl-Test-Cmd.spec | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/perl-Test-Cmd.spec b/perl-Test-Cmd.spec index 7659f9e..bacf0c6 100644 --- a/perl-Test-Cmd.spec +++ b/perl-Test-Cmd.spec @@ -1,16 +1,38 @@ Name: perl-Test-Cmd Version: 1.08 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl module for portable testing of commands and scripts Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Cmd/ Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Cmd-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(Algorithm::DiffOld) +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Pod) +# Run-time: +# Config not used at tests +# Cwd not used at tests +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Basename) +# File::Copy not used at tests +BuildRequires: perl(File::Find) +BuildRequires: perl(File::Spec) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Optional run-time: +BuildRequires: perl(Algorithm::DiffOld) +# Tests: +BuildRequires: perl(Config) +BuildRequires: perl(Cwd) +BuildRequires: perl(Test) +BuildRequires: perl(Test::More) +# Optional tests: +# Test::Pod 1.00 not used Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# Optional run-time: Requires: perl(Algorithm::DiffOld) %description @@ -52,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 14 2015 Petr Pisar <ppi...@redhat.com> - 1.08-4 +- Specify all dependencies + * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.08-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild -- cgit v0.11.2 http://pkgs.fedoraproject.org/cgit/perl-Test-Cmd.git/commit/?h=master&id=915d81c5bc195b779f6820aff7ac8549fa42e28c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel