diff --git a/perl-Text-Shellwords.spec b/perl-Text-Shellwords.spec index c436b9d..5b3e5fb 100644 --- a/perl-Text-Shellwords.spec +++ b/perl-Text-Shellwords.spec @@ -1,6 +1,6 @@ Name: perl-Text-Shellwords Version: 1.08 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A thin wrapper around the shellwords.pl package Group: Development/Libraries @@ -10,7 +10,18 @@ Source0: http://www.cpan.org/authors/id/L/LD/LDS/Text-Shellwords-1.08.tar BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Exporter) +BuildRequires: perl(strict) +BuildRequires: perl(Text::ParseWords) +BuildRequires: perl(vars) +# Test: +BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -62,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 14 2015 Petr Pisar - 1.08-23 +- Specify all dependencies + * Thu Jun 18 2015 Fedora Release Engineering - 1.08-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild