[perl-Sub-Install] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Aug 20 13:15:37 UTC 2012


commit b1a9567e742c3de840d13ceef4bb8a1b4ca14eba
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 20 15:14:04 2012 +0200

    Specify all dependencies

 .rpmlint              |    2 ++
 perl-Sub-Install.spec |   13 +++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
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 <ppisar at redhat.com> - 0.926-5
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.926-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list