automatic version update by autodist [release 20200505.0-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:11:18 +01:00
parent a8f932d2ec
commit 05bb53f8d2

View File

@ -1,22 +1,25 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-IPC-Run Name: perl-IPC-Run
Version: 20180523.0 Version: 20200505.0
Release: 1mamba Release: 1mamba
Summary: IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32) Summary: IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32)
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/IPC/IPC-Run-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Pty) BuildRequires: perl(IO::Pty)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed.
@ -49,10 +52,13 @@ rm -rf %{buildroot}%{_mandir}/man3/IPC::Run::Win32*.3*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{perl_vendorlib}/IPC %{perl_vendorlib}/IPC
%{_mandir}/man3/*.gz %{_mandir}/man3/*.3*
%doc Changes LICENSE README TODO abuse/ eg/ %doc LICENSE
%changelog %changelog
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 20200505.0-1mamba
- automatic version update by autodist
* Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 20180523.0-1mamba * Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 20180523.0-1mamba
- automatic update by autodist - automatic update by autodist