BR: hunspell-en rather than aspell-en (#731272)

This commit is contained in:
Paul Howarth 2011-08-17 11:34:23 +01:00
parent c2ab9a1d32
commit 78fcee9bdd

View File

@ -1,7 +1,7 @@
Name: perl-Test-Requires
Summary: Checks to see if a given module can be loaded
Version: 0.06
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-%{version}.tar.gz
@ -15,9 +15,7 @@ BuildRequires: perl(Test::Builder::Module)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
# Need aspell-en for now, changing to hunspell-en
# when #592888 is resolved, probably in RHEL 6.1
BuildRequires: perl(Test::Spelling), aspell-en
BuildRequires: perl(Test::Spelling), hunspell-en
Requires: perl(Test::Builder::Module)
@ -60,6 +58,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*.3*
%changelog
* Wed Aug 17 2011 Paul Howarth <paul@city-fan.org> - 0.06-3
- BR: hunspell-en rather than aspell-en (#731272)
* Thu Nov 18 2010 Paul Howarth <paul@city-fan.org> - 0.06-2
- run release tests as well as standard test suite in %%check
- drop no-longer-needed buildreq perl(Filter::Util::Call)