BR perl(IO::Pty) for running more tests
This commit is contained in:
parent
286d8b3a7c
commit
f2f94a5a20
1 changed files with 6 additions and 2 deletions
8
ack.spec
8
ack.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: ack
|
||||
Version: 2.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Grep-like text finder
|
||||
License: Artistic 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -16,7 +16,8 @@ BuildRequires: perl(Pod::Usage)
|
|||
BuildRequires: perl(Term::ANSIColor)
|
||||
BuildRequires: perl(Text::ParseWords) >= 3.1
|
||||
BuildRequires: perl(Test::Harness) >= 2.5
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(IO::Pty)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
|
|
@ -49,6 +50,9 @@ make test
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 29 2014 Robin Lee <cheeselee@fedoraproject.org> - 2.12-2
|
||||
- BR perl(IO::Pty) for running more tests
|
||||
|
||||
* Wed Dec 11 2013 Robin Lee <cheeselee@fedoraproject.org> - 2.12-1
|
||||
- Update to 2.12
|
||||
- fixes BZ#1040228, BZ#1040229,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue