ed21a8
Name:           perl-IPC-Run3
ed21a8
Version:        0.048
ed21a8
Release:        23%{?dist}
ed21a8
Summary:        Run a subprocess in batch mode
ed21a8
License:        GPL+ or Artistic or BSD
ed21a8
URL:            https://metacpan.org/release/IPC-Run3
ed21a8
Source0:        https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
ed21a8
BuildArch:      noarch
ed21a8
ed21a8
BuildRequires: make
ed21a8
BuildRequires:  perl-generators
ed21a8
BuildRequires:  perl(Carp)
ed21a8
BuildRequires:  perl(Exporter)
ed21a8
BuildRequires:  perl(ExtUtils::MakeMaker)
ed21a8
BuildRequires:  perl(File::Temp)
ed21a8
BuildRequires:  perl(Getopt::Long)
ed21a8
BuildRequires:  perl(POSIX)
ed21a8
BuildRequires:  perl(Test)
ed21a8
BuildRequires:  perl(Test::More) >= 0.31
ed21a8
BuildRequires:  perl(Time::HiRes)
ed21a8
BuildRequires:  perl(constant)
ed21a8
BuildRequires:  perl(strict)
ed21a8
ed21a8
# For improved tests
ed21a8
BuildRequires:  perl(Test::Pod::Coverage)
ed21a8
BuildRequires:  perl(Test::Pod)
ed21a8
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
ed21a8
ed21a8
# RHBZ #1062267 / https://rt.cpan.org/Public/Bug/Display.html?id=52317
ed21a8
# Patch from
ed21a8
# https://github.com/rschupp/IPC-Run3/commit/8ebe48760cfdc78fbf4fc46413dde9470121b99e
ed21a8
Patch0:         0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
ed21a8
ed21a8
%description
ed21a8
This module allows you to run a subprocess and redirect stdin, stdout,
ed21a8
and/or stderr to files and perl data structures. It aims to satisfy 99% of
ed21a8
the need for using system, qx, and open3 with a simple, extremely Perlish
ed21a8
API and none of the bloat and rarely used features of IPC::Run.
ed21a8
ed21a8
%prep
ed21a8
%setup -q -n IPC-Run3-%{version}
ed21a8
%patch0 -p1
ed21a8
ed21a8
# Perms in tarballs are broken 
ed21a8
find -type f -exec chmod -x {} \;
ed21a8
ed21a8
%build
ed21a8
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
ed21a8
make %{?_smp_mflags}
ed21a8
ed21a8
%install
ed21a8
make pure_install DESTDIR=$RPM_BUILD_ROOT
ed21a8
%{_fixperms} $RPM_BUILD_ROOT/*
ed21a8
ed21a8
%check
ed21a8
make test RELEASE_TESTING=1
ed21a8
ed21a8
%files
ed21a8
%doc Changes README
ed21a8
%license LICENSE
ed21a8
%{perl_vendorlib}/*
ed21a8
%{_mandir}/man3/*
ed21a8
ed21a8
%changelog
ed21a8
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.048-23
ed21a8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ed21a8
  Related: rhbz#1991688
ed21a8
ed21a8
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.048-22
ed21a8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
ed21a8
ed21a8
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-21
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ed21a8
ed21a8
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-20
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ed21a8
ed21a8
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-19
ed21a8
- Perl 5.32 rebuild
ed21a8
ed21a8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-18
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ed21a8
ed21a8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-17
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ed21a8
ed21a8
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-16
ed21a8
- Perl 5.30 rebuild
ed21a8
ed21a8
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-15
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ed21a8
ed21a8
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-14
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ed21a8
ed21a8
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-13
ed21a8
- Perl 5.28 rebuild
ed21a8
ed21a8
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-12
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ed21a8
ed21a8
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-11
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ed21a8
ed21a8
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-10
ed21a8
- Perl 5.26 rebuild
ed21a8
ed21a8
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-9
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ed21a8
ed21a8
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-8
ed21a8
- Perl 5.24 rebuild
ed21a8
ed21a8
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-7
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ed21a8
ed21a8
* Wed Jan 27 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.048-6
ed21a8
- Add %%license.
ed21a8
- Modernize spec.
ed21a8
ed21a8
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.048-5
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ed21a8
ed21a8
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-4
ed21a8
- Perl 5.22 rebuild
ed21a8
ed21a8
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.048-3
ed21a8
- Perl 5.20 rebuild
ed21a8
ed21a8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.048-2
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ed21a8
ed21a8
* Mon Mar 31 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.048-1
ed21a8
- Upstream update.
ed21a8
- Add RELEASE_TESTING=1 to work around upstream trying to discourage
ed21a8
  us from running pod-tests.
ed21a8
ed21a8
* Tue Feb 11 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.046-4
ed21a8
- Add 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch (RHBZ#1062267).
ed21a8
- Spec-file cosmetics.
ed21a8
ed21a8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.046-3
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ed21a8
ed21a8
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.046-2
ed21a8
- Perl 5.18 rebuild
ed21a8
ed21a8
* Wed Jul 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.046-1
ed21a8
- Upstream update.
ed21a8
ed21a8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.045-5
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ed21a8
ed21a8
* Fri Nov 23 2012 Petr Šabata <contyk@redhat.com> - 0.045-4
ed21a8
- Add missing BRs
ed21a8
- Drop command macros
ed21a8
- Remove redundant parens from the Licence tag
ed21a8
ed21a8
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.045-3
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ed21a8
ed21a8
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.045-2
ed21a8
- Perl 5.16 rebuild
ed21a8
ed21a8
* Thu Jan 05 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.045-1
ed21a8
- Upstream update.
ed21a8
- Modernize spec file.
ed21a8
ed21a8
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.044-4
ed21a8
- Perl mass rebuild
ed21a8
ed21a8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.044-3
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ed21a8
ed21a8
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.044-2
ed21a8
- 661697 rebuild for fixing problems with vendorach/lib
ed21a8
ed21a8
* Mon Sep 13 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
ed21a8
- Upstream update.
ed21a8
- BR: perl(Test::More), perl(Time::HiRes).
ed21a8
ed21a8
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
ed21a8
- Mass rebuild with perl-5.12.0
ed21a8
ed21a8
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.043-3
ed21a8
- rebuild against perl 5.10.1
ed21a8
ed21a8
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.043-2
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ed21a8
ed21a8
* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> 0.043-1
ed21a8
- Upstream update.
ed21a8
- Reflect upstream URL having changed.
ed21a8
ed21a8
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.042-4
ed21a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ed21a8
ed21a8
* Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-3
ed21a8
- Change %%summary.
ed21a8
ed21a8
* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.042-2
ed21a8
- fix license tag (technically, it was correct before, but this keeps rpmlint from
ed21a8
  flagging this package as a false positive)
ed21a8
ed21a8
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
ed21a8
- Upstream update.
ed21a8
ed21a8
* Fri Aug 08 2008 Ralf Corsépius <rc040203@freenet.de> 0.041-1
ed21a8
- Upstream update.
ed21a8
ed21a8
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-5
ed21a8
- reorder license tag so it doesn't flag as a false positive
ed21a8
ed21a8
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4
ed21a8
- Rebuild normally, second pass
ed21a8
ed21a8
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-3
ed21a8
- Rebuild for perl 5.10 (again), disable tests for first pass
ed21a8
ed21a8
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-2
ed21a8
- rebuild normally, second pass
ed21a8
ed21a8
* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-1.1
ed21a8
- rebuild for new perl, disable tests and TPC for first pass
ed21a8
ed21a8
* Fri Dec 28 2007 Ralf Corsépius <rc040203@freenet.de> 0.040-1
ed21a8
- Upstream update.
ed21a8
- chmod -x files from source tarball.
ed21a8
ed21a8
* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-2
ed21a8
- Bump release to please koji suckage.
ed21a8
ed21a8
* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-1
ed21a8
- Upstream update.
ed21a8
ed21a8
* Fri Sep 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-2
ed21a8
- Initial import.
ed21a8
- Update license tag.
ed21a8
ed21a8
* Tue Aug 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-1
ed21a8
- Initial submission.