diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 87ab1f1..7a8ad0a 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -9,7 +9,7 @@ Name: perl-Module-Implementation Version: 0.06 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Loads one of several alternate underlying implementations for a module Group: Development/Libraries License: Artistic 2.0 @@ -47,7 +47,10 @@ BuildRequires: perl(Test::CPAN::Changes) BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::NoTabs) BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Spelling), aspell-en +BuildRequires: perl(Test::Spelling) +%if 0%{?rhel} < 7 +BuildRequires: aspell-en +%endif # =================================================================== # Runtime requirements # =================================================================== @@ -97,6 +100,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Module::Implementation.3pm* %changelog +* Thu Jun 7 2012 Marcela Mašláňová - 0.06-2 +- conditionalize aspell dependency + * Sun Feb 12 2012 Paul Howarth - 0.06-1 - Update to 0.06 - Require Module::Runtime 0.012, which has a number of useful bug fixes