Specify all dependencies

This commit is contained in:
Petr Písař 2012-08-17 14:31:20 +02:00
parent a56d1c5131
commit b8c55d58c1

View File

@ -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@redhat.com> - 1.04-8
- Specify all dependencies
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild