conditionalize aspell dependency
This commit is contained in:
parent
3e734a030d
commit
c8e1258bb7
@ -9,7 +9,7 @@
|
||||
|
||||
Name: perl-Module-Implementation
|
||||
Version: 0.06
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Loads one of several alternate underlying implementations for a module
|
||||
Group: Development/Libraries
|
||||
License: Artistic 2.0
|
||||
@ -47,7 +47,10 @@ BuildRequires: perl(Test::CPAN::Changes)
|
||||
BuildRequires: perl(Test::EOL)
|
||||
BuildRequires: perl(Test::NoTabs)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Spelling), aspell-en
|
||||
BuildRequires: perl(Test::Spelling)
|
||||
%if 0%{?rhel} < 7
|
||||
BuildRequires: aspell-en
|
||||
%endif
|
||||
# ===================================================================
|
||||
# Runtime requirements
|
||||
# ===================================================================
|
||||
@ -97,6 +100,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Module::Implementation.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 7 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.06-2
|
||||
- conditionalize aspell dependency
|
||||
|
||||
* Sun Feb 12 2012 Paul Howarth <paul@city-fan.org> - 0.06-1
|
||||
- Update to 0.06
|
||||
- Require Module::Runtime 0.012, which has a number of useful bug fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user