[perl-IO-CaptureOutput] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Oct 16 08:25:45 UTC 2012


commit bd6cf3e0b76805a4080d9b47615fcbf65d3d3500
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Oct 16 10:21:41 2012 +0200

    Specify all dependencies

 perl-IO-CaptureOutput.spec |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec
index 0f6c6d9..f151fb6 100644
--- a/perl-IO-CaptureOutput.spec
+++ b/perl-IO-CaptureOutput.spec
@@ -1,6 +1,6 @@
 Name:           perl-IO-CaptureOutput
 Version:        1.1102
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Capture STDOUT/STDERR from subprocesses and XS/C modules
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -9,8 +9,17 @@ Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/IO-CaptureOutput-%
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Inline), perl(Parse::RecDescent), perl(Test::Pod::Coverage), perl(Test::Pod)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Temp) >= 0.16
+# Tests:
+BuildRequires:  perl(File::Spec) >= 3.27
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Test::More) >= 0.62
+# Optional test:
+BuildRequires:  perl(Inline::C)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -44,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 16 2012 Petr Pisar <ppisar at redhat.com> - 1.1102-8
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1102-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list