From 31938d363d0695effccc8f6de70d03e5cad4f1d3 Mon Sep 17 00:00:00 2001 From: alexlan Date: Oct 15 2007 10:19:34 +0000 Subject: - Add missing BR: perl(ExtUtils::MakeMaker) --- diff --git a/perl-Text-Shellwords.spec b/perl-Text-Shellwords.spec index 7408deb..d5c02fa 100644 --- a/perl-Text-Shellwords.spec +++ b/perl-Text-Shellwords.spec @@ -1,6 +1,6 @@ Name: perl-Text-Shellwords Version: 1.08 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A thin wrapper around the shellwords.pl package Group: Development/Libraries @@ -10,6 +10,7 @@ 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: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Alex Lancaster 1.08-3 +- Add missing BR: perl(ExtUtils::MakeMaker) + * Tue Sep 04 2007 Alex Lancaster 1.08-2 - Clarified license terms: GPL+ or Artistic