[perl-TermReadKey] Fix FTBFS

Petr Šabata psabata at fedoraproject.org
Mon Aug 18 08:48:02 UTC 2014


commit c8dc728bb17d36ad0892bcbd45cbb88056c11cbd
Author: Petr Šabata <contyk at 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-%{version}.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 at redhat.com> - 2.32-4
+- Fix FTBFS
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list