From b1a9567e742c3de840d13ceef4bb8a1b4ca14eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Aug 2012 15:14:04 +0200 Subject: [PATCH] Specify all dependencies --- .rpmlint | 2 ++ perl-Sub-Install.spec | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..d6ff7b0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* typeglobs"); diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec index e751784..ede937e 100644 --- a/perl-Sub-Install.spec +++ b/perl-Sub-Install.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Install Version: 0.926 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Install subroutines into packages easily License: GPL+ or Artistic Group: Development/Libraries @@ -12,8 +12,14 @@ BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %if !%{defined perl_bootstrap} -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Scalar::Util) +# Tests: +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Perl::Critic) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) %endif %description @@ -56,6 +62,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Aug 20 2012 Petr Pisar - 0.926-5 +- Specify all dependencies + * Fri Jul 20 2012 Fedora Release Engineering - 0.926-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild