diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec index 39a5d8a..03bb471 100644 --- a/perl-CPAN-Meta-YAML.spec +++ b/perl-CPAN-Meta-YAML.spec @@ -3,7 +3,7 @@ Name: perl-CPAN-Meta-YAML Version: 0.008 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Read and write a subset of YAML for CPAN Meta files License: GPL+ or Artistic Group: Development/Libraries @@ -21,11 +21,12 @@ BuildRequires: perl(YAML) # Version 1.113620 needed for "UTF"; RHEL-7 package cannot have buildreq from EPEL-7 %if 0%{?rhel} < 7 BuildRequires: perl(Pod::Wordlist::hanekomu) >= 1.113620 +BuildRequires: aspell-en %endif BuildRequires: perl(Test::CPAN::Meta) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Requires) -BuildRequires: perl(Test::Spelling), aspell-en +BuildRequires: perl(Test::Spelling) # RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version) %if 0%{?fedora} || 0%{?rhel} > 6 BuildRequires: perl(Test::Version) @@ -71,6 +72,9 @@ rm -rf %{buildroot} %{_mandir}/man3/CPAN::Meta::YAML.3pm* %changelog +* Thu Jun 7 2012 Marcela Mašláňová - 0.008-6 +- conditionalize dependency on aspell + * Wed Jun 06 2012 Petr Pisar - 0.008-5 - Perl 5.16 rebuild