[perl-CPAN-Meta-YAML] conditionalize dependency on aspell

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


commit 9b3918d2b2f2825787f4eb8793f55bd176c850c8
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jun 7 11:07:01 2012 +0200

    conditionalize dependency on aspell

 perl-CPAN-Meta-YAML.spec |    8 ++++++--
 1 files 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á <mmaslano at redhat.com> - 0.008-6
+- conditionalize dependency on aspell
+
 * Wed Jun 06 2012 Petr Pisar <ppisar at redhat.com> - 0.008-5
 - Perl 5.16 rebuild
 



More information about the perl-devel mailing list