Prevent the FTBFS by correcting the build time dependency list
This commit is contained in:
parent
60f81de9dd
commit
49b5fb4b57
@ -1,12 +1,15 @@
|
||||
Name: perl-Test-Inter
|
||||
Version: 1.06
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Framework for more readable interactive test scripts
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Inter/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(strict)
|
||||
@ -15,6 +18,8 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(IO::File)
|
||||
# Tests only:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Storable) >= 1.01
|
||||
BuildRequires: perl(Test::More)
|
||||
# Test::Pod 1.00 not used
|
||||
# Test::Pod::Coverage 1.00 not used
|
||||
@ -48,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2015 Petr Šabata <contyk@redhat.com> - 1.06-4
|
||||
- Prevent the FTBFS by correcting the build time dependency list
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user