diff --git a/grepmail.spec b/grepmail.spec index 2f03287..4922de3 100644 --- a/grepmail.spec +++ b/grepmail.spec @@ -1,7 +1,7 @@ Summary: Search mailboxes for a particular email Name: grepmail Version: 5.3033 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Text Url: http://grepmail.sourceforge.net/ @@ -11,6 +11,9 @@ 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 # 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) @@ -51,6 +54,9 @@ export TZ=GMT0 %{_mandir}/man1/grepmail.1* %changelog +* Thu Mar 8 2007 Paul Howarth 5.3033-2 +- Buildrequire perl-devel for Fedora 7 onwards + * Fri Mar 2 2007 Paul Howarth 5.3033-1 - Update to 5.3033 - CPAN RT#24341 fixed upstream, remove patch