[perl-Probe-Perl] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 11:54:09 UTC 2012


commit 026bf8889a0a03e3c58a65cbc59ea9574ebac993
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 12:52:46 2012 +0100

    Specify all dependencies

 perl-Probe-Perl.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Probe-Perl.spec b/perl-Probe-Perl.spec
index 81cbcae..561d722 100644
--- a/perl-Probe-Perl.spec
+++ b/perl-Probe-Perl.spec
@@ -1,6 +1,6 @@
 Name:           perl-Probe-Perl
 Version:        0.01
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Information about the currently running perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,12 @@ URL:            http://search.cpan.org/dist/Probe-Perl/
 Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Config)
 BuildRequires:  perl(Module::Build)
-Requires:       perl(Config)
+# Run-time:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::Spec)
+# Tests:
+BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.01-13
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.01-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list