Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37497089
en ru br
Репозитории ALT
S:0.04-alt2
5.1: 0.04-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-IPC-Open3-Simple

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin