Package perl-IO-Pager: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - IO::Pager -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       IO::Pager
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module IO-Pager
%define m_distro IO-Pager
%define m_name IO::Pager
%define m_author_id unknown
%define _enable_test 1

Name: perl-IO-Pager
Version: 0.40
Release: alt1

Summary: Select a pager, optionally pipe it output if destination is a TTY

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/J/JP/JPIERCE/%{module}-%{version}.tgz

# Automatically added by buildreq on Tue Feb 21 2006
BuildRequires: less perl-devel perl(bignum.pm)

%description
IO::Pager is lightweight and can be used to locate an available pager
and set $ENV{PAGER} (see "NOTES") or as a factory for creating objects
defined elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered.

IO::Pager subclasses are designed to programmatically decide whether
or not to pipe a filehandle's output to a program specified in $ENV{PAGER}.
Subclasses are only required to support filehandle output methods and close,
namely

%prep
%setup -q -n %{module}-0.4

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README CHANGES TODO
%perl_vendor_privlib/IO/

%changelog
* Wed Oct 24 2018 Igor Vlasenko <viy@altlinux.ru> 0.40-alt1
- automated CPAN update

* Wed Aug 02 2017 Igor Vlasenko <viy@altlinux.ru> 0.39-alt1
- automated CPAN update

* Tue May 09 2017 Igor Vlasenko <viy@altlinux.ru> 0.37-alt1
- automated CPAN update

* Thu Mar 03 2016 Igor Vlasenko <viy@altlinux.ru> 0.36-alt1
- automated CPAN update

* Mon Jan 04 2016 Igor Vlasenko <viy@altlinux.ru> 0.35-alt1
- automated CPAN update

* Wed Apr 01 2015 Igor Vlasenko <viy@altlinux.ru> 0.34-alt1
- automated CPAN update

* Wed Jul 24 2013 Igor Vlasenko <viy@altlinux.ru> 0.31-alt1
- automated CPAN update

* Wed Sep 26 2012 Igor Vlasenko <viy@altlinux.ru> 0.30-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.06-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Wed Sep 17 2008 Vitaly Lipatov <lav@altlinux.ru> 0.06-alt1
- update package version
- fix directory ownership violation

* Tue Feb 21 2006 Vitaly Lipatov <lav@altlinux.ru> 0.05-alt1
- initial build for ALT Linux Sisyphus