[perl-Test-Version] conditionalize aspell-en dependency

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jun 7 11:44:09 UTC 2012


commit 0e7061cef6018895a1f0ef7130067e16e1d3b232
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jun 7 13:43:59 2012 +0200

    conditionalize aspell-en dependency

 perl-Test-Version.spec |    8 ++++++--
 1 files 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á <mmaslano at redhat.com> - 1.002001-4
+- conditionalize aspell-en dependency
+
 * Tue Apr 24 2012 Paul Howarth <paul at city-fan.org> - 1.002001-3
 - Don't BR: perl(Pod::Wordlist::hanekomu) for RHEL-7+ either (#815759)
 


More information about the scm-commits mailing list