Fix FTBFS
This commit is contained in:
parent
b0f4a611b9
commit
c8dc728bb1
@ -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@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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user