commit c8dc728bb17d36ad0892bcbd45cbb88056c11cbd Author: Petr Šabata contyk@redhat.com Date: Mon Aug 18 10:47:54 2014 +0200
Fix FTBFS
perl-TermReadKey.spec | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) --- diff --git a/perl-TermReadKey.spec b/perl-TermReadKey.spec index d1ce9bd..7a42769 100644 --- a/perl-TermReadKey.spec +++ b/perl-TermReadKey.spec @@ -1,6 +1,6 @@ Name: perl-TermReadKey Version: 2.32 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A perl module for simple terminal control Group: Development/Libraries License: (Copyright only) and (Artistic or GPL+) @@ -8,6 +8,8 @@ URL: http://search.cpan.org/~jstowe/TermReadKey/ Source0: http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%%7Bversion%7D.tar.gz BuildRequires: perl BuildRequires: perl(AutoLoader) +# Via perl call in Makefile.PL +BuildRequires: perl(blib) BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Cwd) @@ -52,6 +54,9 @@ make test %{_mandir}/man3/*.3*
%changelog +* Mon Aug 18 2014 Petr Šabata contyk@redhat.com - 2.32-4 +- Fix FTBFS + * Sun Aug 17 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.32-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
perl-devel@lists.fedoraproject.org