# # spec file for package perl-IPC-Run3 (Version 0.043) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-IPC-Run3 Version: 0.043 Release: 2 Summary: Run a subprocess with input/ouput redirection License: BSDv1+ ; Artistic V1+ ; GPLv1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Run3/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: perl(Test::Pod) Requires: perl = %{perl_version} %description This 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, and open3 with a simple, extremely Perlish API. %prep %setup -q -n IPC-Run3-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install %perl_make_install %perl_process_packlist %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/IPC/Run3.pm %{perl_vendorlib}/IPC/Run3 %{_mandir}/man3/IPC::Run3*.3* %{perl_vendorarch}/auto/IPC/Run3 %dir %{perl_vendorarch}/auto/IPC %dir %{perl_vendorlib}/IPC /var/adm/perl-modules/%{name} %changelog