automatic version update by autodist [release 0.049-1mamba;Fri Jan 26 2024]
This commit is contained in:
parent
53bab20ecc
commit
d724c751cc
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@openmamba.org> 0.049-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 09 2014 Automatic Build System <autodist@mambasoft.it> 0.048-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user