[perl-Test-Simple] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu May 31 16:18:17 UTC 2012


commit e3c352a2af422526ff4ff265cca1754ef66a105b
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 31 18:17:45 2012 +0200

    Specify all dependencies

 perl-Test-Simple.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 4ba4e2b..a75f8d0 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
 Version:        0.98
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{version}.tar.gz 
@@ -9,8 +9,15 @@ URL:            http://search.cpan.org/dist/Test-Simple
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Pipe)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Harness) >= 2.03
+Requires:       perl(Data::Dumper)
 Requires:       perl(Test::Harness) >= 2.03
 
 # note this is right out of perl.spec
@@ -56,6 +63,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 31 2012 Petr Pisar <ppisar at redhat.com> - 0.98-5
+- Specify all dependencies
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list