Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37769961
en ru br
ALT Linux repositórios
S:0.04-alt2
5.0: 0.04-alt2

Group :: Desenvolvimento/Perl
RPM: perl-IPC-Open3-Simple

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

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

%define module IPC-Open3-Simple
%define m_distro IPC-Open3-Simple
%define m_name IPC::Open3::Simple
%define m_author_id ERWAN
%define _enable_test 1

Name: perl-IPC-Open3-Simple
Version: 0.04
Release: alt2

Summary: A simple alternative to IPC::Open3

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

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/modules/by-module/IPC/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Sat Jun 14 2008

BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage

%description
IPC::Open3::Simple aims at making it very easy to start a shell command, eventually
feed its stdin with some data, then retrieve its stdout and stderr separately.

When you want to run a shell command and parse its stdout/stderr or feed its
stdin, you often end up using IPC::Run, IPC::Cmd or IPC::Open3 with your
own parsing code, and end up writing more code than you intended.
IPC::Open3::Simple is about removing this overhead and making IPC::Open3
easier to use.

IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout
and stderr to some function references passed in argument to the constructor.
It does a select on the input/output filehandles returned by IPC::Open3
and dispatches their content to and from those functions.

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

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%doc Changes README
%perl_vendor_privlib/IPC/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009