|
|
4951fa |
Name: perl-Capture-Tiny
|
|
|
4951fa |
Version: 0.46
|
|
|
4951fa |
Release: 4%{?dist}
|
|
|
4951fa |
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
|
|
4951fa |
License: ASL 2.0
|
|
|
4951fa |
Group: Development/Libraries
|
|
|
4951fa |
URL: http://search.cpan.org/dist/Capture-Tiny/
|
|
|
4951fa |
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
|
|
|
4951fa |
BuildArch: noarch
|
|
|
4951fa |
BuildRequires: make
|
|
|
4951fa |
BuildRequires: perl-interpreter
|
|
|
4951fa |
BuildRequires: perl-devel
|
|
|
4951fa |
BuildRequires: perl-generators
|
|
|
4951fa |
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
4951fa |
BuildRequires: perl(strict)
|
|
|
4951fa |
BuildRequires: perl(warnings)
|
|
|
4951fa |
# Run-time:
|
|
|
4951fa |
BuildRequires: perl(Carp)
|
|
|
4951fa |
BuildRequires: perl(Exporter)
|
|
|
4951fa |
BuildRequires: perl(Fcntl)
|
|
|
4951fa |
BuildRequires: perl(File::Spec)
|
|
|
4951fa |
BuildRequires: perl(File::Temp)
|
|
|
4951fa |
BuildRequires: perl(IO::Handle)
|
|
|
4951fa |
# PerlIO is optional
|
|
|
4951fa |
BuildRequires: perl(Scalar::Util)
|
|
|
4951fa |
# Tests only:
|
|
|
4951fa |
BuildRequires: perl(Config)
|
|
|
4951fa |
BuildRequires: perl(IO::File)
|
|
|
4951fa |
BuildRequires: perl(lib)
|
|
|
4951fa |
BuildRequires: perl(PerlIO::scalar)
|
|
|
4951fa |
# Test::Differences is optional
|
|
|
4951fa |
BuildRequires: perl(Test::More) >= 0.62
|
|
|
4951fa |
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
4951fa |
|
|
|
4951fa |
%description
|
|
|
4951fa |
Capture::Tiny provides a simple, portable way to capture anything sent to
|
|
|
4951fa |
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
|
|
|
4951fa |
from an external program. Optionally, output can be teed so that it is
|
|
|
4951fa |
captured while being passed through to the original handles. Yes, it even
|
|
|
4951fa |
works on Windows. Stop guessing which of a dozen capturing modules to use
|
|
|
4951fa |
in any particular situation and just use this one.
|
|
|
4951fa |
|
|
|
4951fa |
%prep
|
|
|
4951fa |
%setup -q -n Capture-Tiny-%{version}
|
|
|
4951fa |
|
|
|
4951fa |
%build
|
|
|
4951fa |
perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=1
|
|
|
4951fa |
make %{?_smp_mflags}
|
|
|
4951fa |
|
|
|
4951fa |
%install
|
|
|
4951fa |
make pure_install DESTDIR=%{buildroot}
|
|
|
4951fa |
%{_fixperms} %{buildroot}/*
|
|
|
4951fa |
|
|
|
4951fa |
%check
|
|
|
4951fa |
make test
|
|
|
4951fa |
|
|
|
4951fa |
%files
|
|
|
4951fa |
%license LICENSE
|
|
|
4951fa |
%doc Changes examples README Todo
|
|
|
4951fa |
%{perl_privlib}/*
|
|
|
4951fa |
%{_mandir}/man3/*
|
|
|
4951fa |
|
|
|
4951fa |
%changelog
|
|
|
4951fa |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-4
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-3
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-2
|
|
|
4951fa |
- Perl 5.26 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Feb 27 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-1
|
|
|
4951fa |
- 0.46 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Aug 08 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.44-1
|
|
|
4951fa |
- 0.44 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Jun 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-1
|
|
|
4951fa |
- 0.42 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Tue May 24 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-1
|
|
|
4951fa |
- 0.40 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-2
|
|
|
4951fa |
- Perl 5.24 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Feb 29 2016 Petr Šabata <contyk@redhat.com> - 0.36-1
|
|
|
4951fa |
- 0.36 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Feb 19 2016 Petr Šabata <contyk@redhat.com> - 0.34-1
|
|
|
4951fa |
- 0.34 bump, metadata changes only
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Feb 19 2016 Petr Šabata <contyk@redhat.com> - 0.32-1
|
|
|
4951fa |
- 0.32 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-4
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-3
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-2
|
|
|
4951fa |
- Perl 5.22 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon May 18 2015 Petr Šabata <contyk@redhat.com> - 0.30-1
|
|
|
4951fa |
- 0.30 bump
|
|
|
4951fa |
- Windows fixes only
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Feb 13 2015 Petr Šabata <contyk@redhat.com> - 0.28-1
|
|
|
4951fa |
- 0.28 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.27-1
|
|
|
4951fa |
- 0.27 bump
|
|
|
4951fa |
- META changes only
|
|
|
4951fa |
|
|
|
4951fa |
* Tue Nov 04 2014 Petr Šabata <contyk@redhat.com> - 0.26-1
|
|
|
4951fa |
- 0.26 bump
|
|
|
4951fa |
- Test suite enhancements only
|
|
|
4951fa |
|
|
|
4951fa |
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-3
|
|
|
4951fa |
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-2
|
|
|
4951fa |
- Perl 5.20 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Aug 18 2014 Petr Šabata <contyk@redhat.com> - 0.25-1
|
|
|
4951fa |
- 0.25 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Feb 10 2014 Petr Šabata <contyk@redhat.com> - 0.24-1
|
|
|
4951fa |
- 0.24 bump, fix CVE-2014-1875
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Oct 24 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
|
|
|
4951fa |
- 0.23 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Sep 05 2013 Petr Šabata <contyk@redhat.com> - 0.22-4
|
|
|
4951fa |
- Avoid circular dependencies when bootstrapping (#1004376)
|
|
|
4951fa |
|
|
|
4951fa |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.22-2
|
|
|
4951fa |
- Perl 5.18 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Mar 28 2013 Petr Pisar <ppisar@redhat.com> - 0.22-1
|
|
|
4951fa |
- 0.22 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Nov 16 2012 Petr Pisar <ppisar@redhat.com> - 0.21-1
|
|
|
4951fa |
- 0.21 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 0.20-1
|
|
|
4951fa |
- 0.20 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-1
|
|
|
4951fa |
- 0.19 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-3
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 0.18-2
|
|
|
4951fa |
- Perl 5.16 rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon May 07 2012 Petr Šabata <contyk@redhat.com> - 0.18-1
|
|
|
4951fa |
- 0.18 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Thu Feb 23 2012 Petr Šabata <contyk@redhat.com> - 0.17-1
|
|
|
4951fa |
- 0.17 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Feb 13 2012 Petr Šabata <contyk@redhat.com> - 0.16-1
|
|
|
4951fa |
- 0.16 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Jan 02 2012 Petr Šabata <contyk@redhat.com> - 0.15-1
|
|
|
4951fa |
- 0.15 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Dec 05 2011 Petr Šabata <contyk@redhat.com> - 0.13-1
|
|
|
4951fa |
- 0.13 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 0.12-1
|
|
|
4951fa |
- 0.12 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11-2
|
|
|
4951fa |
- Perl mass rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Fri May 20 2011 Petr Sabata <psabata@redhat.com> - 0.11-1
|
|
|
4951fa |
- 0.11 bump
|
|
|
4951fa |
- Removing defattr
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Feb 09 2011 Petr Pisar <ppisar@redhat.com> - 0.10-1
|
|
|
4951fa |
- 0.10 bump
|
|
|
4951fa |
|
|
|
4951fa |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Jan 28 2011 Petr Pisar <ppisar@redhat.com> - 0.09-1
|
|
|
4951fa |
- 0.09 bump
|
|
|
4951fa |
- Remove BuildRoot stuff
|
|
|
4951fa |
- Migrate from Module::Build to ExtUtils::MakeMaker
|
|
|
4951fa |
- Install into perl core directory
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-2
|
|
|
4951fa |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Jun 21 2010 Petr Pisar <ppisar@redhat.com> - 0.08-1
|
|
|
4951fa |
- 0.08 bump (bug #606277)
|
|
|
4951fa |
|
|
|
4951fa |
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-2
|
|
|
4951fa |
- Mass rebuild with perl-5.12.0
|
|
|
4951fa |
|
|
|
4951fa |
* Wed Jan 27 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-1
|
|
|
4951fa |
- update
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.06-2
|
|
|
4951fa |
- rebuild against perl 5.10.1
|
|
|
4951fa |
|
|
|
4951fa |
* Tue Aug 11 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.06-1
|
|
|
4951fa |
- update
|
|
|
4951fa |
|
|
|
4951fa |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-2
|
|
|
4951fa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
4951fa |
|
|
|
4951fa |
* Mon Apr 27 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.05-1
|
|
|
4951fa |
- Specfile autogenerated by cpanspec 1.78.
|