Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570672
en ru br
ALT Linux repos
S:0.048-alt1
5.0: 0.042-alt1
4.1: 0.040-alt1
4.0: 0.037-alt1

Group :: Development/Perl
RPM: perl-IPC-Run3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

## SPEC file for Perl module IPC::Run3

Name: perl-IPC-Run3
Version: 0.048
Release: alt1

Summary: run a subprocess in batch mode (a la system) on Unix, Win32, etc.
Summary(ru_RU.UTF-8): позволяет запускать процессы в пакетном режиме (подобно system) в Unix, Win32 и др.

License: BSD, Artistic, or GPL
Group:   Development/Perl

%define real_name IPC-Run3
URL: http://search.cpan.org/dist/IPC-Run3/

Packager: Nikolay A. Fetisov <naf at altlinux.ru>
BuildArch: noarch

Source: %real_name-%version.tar

AutoReqProv: perl, yes
BuildRequires(pre): perl-devel

# Automatically added by buildreq on Sun Sep 14 2014

BuildRequires: perl-devel

%description
IPC::Run3  Perl module allows you to run a subprocess and
redirect stdin, stdout,  and/or stderr  to files and perl
data structures. It aims to satisfy 99%%  of the need for
using  system() / qx`` / open3() with a simple, extremely
Perlish  API  and  none  of  the  bloat  and rarely  used
features of IPC::Run.

%description -l ru_RU.UTF-8
Модуль Perl  IPC::Run3 позволяет выполнять подпроцессы и
перенаправлять  stdin, stdout  и/или stderr  в файлы или
структуры данных Perl. Его целью является удовлетворение
на 99%%  необходимости  обращений к  вызовам  system() /
qx`` / open3() путём  замены их  простым и  написанным в
стиле Perl  API,  без  использования  наполненного редко
используемыми возможностями IPC::Run.

%prep
%setup -q -n %real_name-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README LICENSE
%exclude /.perl.req
%perl_vendor_privlib/IPC/Run3*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin