diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec index 4368d66..b0ce276 100644 --- a/perl-Test-Inter.spec +++ b/perl-Test-Inter.spec @@ -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 - 1.06-4 +- Prevent the FTBFS by correcting the build time dependency list + * Thu Jun 18 2015 Fedora Release Engineering - 1.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild