From 0e7061cef6018895a1f0ef7130067e16e1d3b232 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 13:43:59 +0200 Subject: [PATCH] conditionalize aspell-en dependency --- perl-Test-Version.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec index 887969e..25c00c4 100644 --- a/perl-Test-Version.spec +++ b/perl-Test-Version.spec @@ -3,7 +3,7 @@ Name: perl-Test-Version Version: 1.002001 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Check to see that versions in modules are sane License: Artistic 2.0 Group: Development/Libraries @@ -58,11 +58,12 @@ BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Test::Pod) >= 1.41 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Test::Portability::Files) -BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en +BuildRequires: perl(Test::Spelling) >= 0.12 BuildRequires: perl(Test::Synopsis) BuildRequires: perl(Test::Vars) # RHEL-7+ package cannot BR: packages from EPEL %if ! (0%{?rhel} >= 7) +BuildRequires: aspell-en BuildRequires: perl(Pod::Wordlist::hanekomu) BuildRequires: perl(Test::Kwalitee) %endif @@ -101,6 +102,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Version.3pm* %changelog +* Thu Jun 7 2012 Marcela Mašláňová - 1.002001-4 +- conditionalize aspell-en dependency + * Tue Apr 24 2012 Paul Howarth - 1.002001-3 - Don't BR: perl(Pod::Wordlist::hanekomu) for RHEL-7+ either (#815759)