From 9b3918d2b2f2825787f4eb8793f55bd176c850c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 7 Jun 2012 11:07:01 +0200 Subject: [PATCH] conditionalize dependency on aspell --- perl-CPAN-Meta-YAML.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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