Specify all dependencies

This commit is contained in:
Petr Písař 2012-08-20 15:14:04 +02:00
parent 910f3721fc
commit b1a9567e74
2 changed files with 13 additions and 2 deletions

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* typeglobs");

View File

@ -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 <ppisar@redhat.com> - 0.926-5
- Specify all dependencies
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.926-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild