Package perl-IO-Capture: Specfile

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

%define module IO-Capture
%define m_distro IO-Capture
%define m_name IO::Capture
%define m_author_id REYNOLDS
%define _enable_test 1

Name: perl-IO-Capture
Version: 0.05
Release: alt1.1.1

Summary: Abstract Base Class to build modules to capture output

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/IO-Capture/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/R/RE/REYNOLDS/%m_distro-%version.tar.gz

# Automatically added by buildreq on Mon Jun 30 2008
BuildRequires: perl-devel

%description
The "IO::Capture" Module defines an abstract base class that can be
used to build modules that capture output being sent on a filehandle
such as STDOUT or STDERR.

Several modules that come with the distribution do just that.
I.e., Capture STDOUT and STDERR.   Also see James Keenan's
"IO::Capture::Stdout::Extended" on CPAN.

See IO::Capture::Overview for a
discussion of these modules and examples of how to build a module to
sub-class from "IO::Capture" yourself.   If after reading the overview,
you would like to build a class from "IO::Capture", look here for
details on the internals.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib

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

* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 0.05-alt1.1
- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.

* Mon Jun 30 2008 Michael Bochkaryov <misha@altlinux.ru> 0.05-alt1
- first build for ALT Linux Sisyphus