From 488c7c1d997fcd9dc597f329de6406bfff5cc0d6 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Apr 18 2007 09:49:54 +0000 Subject: Buildrequire perl(ExtUtils::MakeMaker) instead of perl-devel --- diff --git a/grepmail.spec b/grepmail.spec index 4922de3..7fab409 100644 --- a/grepmail.spec +++ b/grepmail.spec @@ -1,7 +1,7 @@ Summary: Search mailboxes for a particular email Name: grepmail Version: 5.3033 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Text Url: http://grepmail.sourceforge.net/ @@ -11,9 +11,7 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Mail::Mbox::MessageParser) >= 1.4001 BuildRequires: perl(Mail::Mbox::MessageParser) >= 1.4001, perl(Date::Parse), perl(Date::Manip) -%if 0%{?fedora} > 6 -BuildRequires: perl-devel -%endif +BuildRequires: perl(ExtUtils::MakeMaker) # The following module requirements are optional and hence not picked up by RPM automatically. # Adding manual deps for them improves grepmail's functionality. Requires: perl(Date::Parse), perl(Date::Manip) @@ -54,6 +52,9 @@ export TZ=GMT0 %{_mandir}/man1/grepmail.1* %changelog +* Wed Apr 18 2007 Paul Howarth 5.3033-3 +- Buildrequire perl(ExtUtils::MakeMaker) instead of perl-devel + * Thu Mar 8 2007 Paul Howarth 5.3033-2 - Buildrequire perl-devel for Fedora 7 onwards