automatic version update by autodist [release 20200505.0-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
a8f932d2ec
commit
05bb53f8d2
@ -1,22 +1,25 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-IPC-Run
|
||||
Version: 20180523.0
|
||||
Version: 20200505.0
|
||||
Release: 1mamba
|
||||
Summary: IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32)
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/IPC/IPC-Run-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IO::Pty)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl-devel
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -49,10 +52,13 @@ rm -rf %{buildroot}%{_mandir}/man3/IPC::Run::Win32*.3*
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{perl_vendorlib}/IPC
|
||||
%{_mandir}/man3/*.gz
|
||||
%doc Changes LICENSE README TODO abuse/ eg/
|
||||
%{_mandir}/man3/*.3*
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user