[perl-String-ShellQuote] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Fri Aug 17 12:32:01 UTC 2012


commit b8c55d58c1d84ab21d6ede3b33b286a0f41903bb
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Aug 17 14:31:20 2012 +0200

    Specify all dependencies

 perl-String-ShellQuote.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec
index 93acb2d..444aeba 100644
--- a/perl-String-ShellQuote.spec
+++ b/perl-String-ShellQuote.spec
@@ -1,6 +1,6 @@
 Name:           perl-String-ShellQuote
 Version:        1.04
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Perl module for quoting strings for passing through the shell
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,12 @@ Source0:        http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{ve
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Carp)
+Requires:       perl(Getopt::Long)
 
 %description
 This package contains a Perl module and a command line utility which
@@ -48,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/String::ShellQuote.3*
 
 %changelog
+* Fri Aug 17 2012 Petr Pisar <ppisar at redhat.com> - 1.04-8
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list