diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 8a23693..7c6688e 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,14 +1,14 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-IPC-Run3 -Version: 0.048 +Version: 0.049 Release: 1mamba Summary: IPC::Run3 - run a subprocess with input/ouput redirection Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz License: GPL, Artistic, BSD ## AUTOBUILDREQ-BEGIN @@ -22,7 +22,6 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Time::HiRes) BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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 and none of the bloat and rarely used features of IPC::Run. @@ -50,11 +49,15 @@ chmod -R u+w %{buildroot}/* %files %defattr(-,root,root) -%{perl_vendorlib}/ -#%{_mandir}/man3/*.3pm.gz +%dir %{perl_vendorlib}/IPC +%{perl_vendorlib}/IPC/* +%{_mandir}/man3/*.3pm* %doc LICENSE %changelog +* Fri Jan 26 2024 Automatic Build System 0.049-1mamba +- automatic version update by autodist + * Wed Apr 09 2014 Automatic Build System 0.048-1mamba - automatic update by autodist