[perl-String-Format] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Wed Nov 21 15:18:02 UTC 2012


commit 0ba64a6363e9bbcd8b56a8d11b77a31e5c7ae349
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 21 16:14:09 2012 +0100

    Specify all dependencies

 perl-String-Format.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-Format.spec b/perl-String-Format.spec
index 61cd4aa..b3503bb 100644
--- a/perl-String-Format.spec
+++ b/perl-String-Format.spec
@@ -1,6 +1,6 @@
 Name:           perl-String-Format
 Version:        1.16
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Sprintf-like string formatting capabilities with arbitrary format definitions
 
 Group:          Development/Libraries
@@ -11,6 +11,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+# Tests:
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -54,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 21 2012 Petr Pisar <ppisar at redhat.com> - 1.16-10
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list