7d0ffe
Name:           perl-Test-Output
7d0ffe
Version:        1.03
7d0ffe
Release:        8%{?dist}
7d0ffe
Summary:        Utilities to test STDOUT and STDERR messages
7d0ffe
License:        GPL+ or Artistic
7d0ffe
Group:          Development/Libraries
7d0ffe
URL:            http://search.cpan.org/dist/Test-Output/
7d0ffe
Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
7d0ffe
BuildArch:      noarch
7d0ffe
BuildRequires:  perl-generators
7d0ffe
BuildRequires:  perl(Capture::Tiny) >= 0.17
7d0ffe
BuildRequires:  perl(Carp)
7d0ffe
BuildRequires:  perl(ExtUtils::MakeMaker)
7d0ffe
BuildRequires:  perl(File::Temp) >= 0.17
7d0ffe
BuildRequires:  perl(Sub::Exporter)
7d0ffe
BuildRequires:  perl(Test::Builder)
7d0ffe
BuildRequires:  perl(Test::Pod) >= 1.14
7d0ffe
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
7d0ffe
BuildRequires:  perl(Test::More)
7d0ffe
BuildRequires:  perl(Test::Tester) >= 0.103
7d0ffe
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
7d0ffe
7d0ffe
%description
7d0ffe
Test::Output provides a simple interface for testing output sent to STDOUT
7d0ffe
or STDERR. A number of different utilities are included to try and be as
7d0ffe
flexible as possible to the tester.
7d0ffe
7d0ffe
%prep
7d0ffe
%setup -q -n Test-Output-%{version}
7d0ffe
7d0ffe
%build
7d0ffe
perl Makefile.PL INSTALLDIRS=vendor
7d0ffe
make %{?_smp_mflags}
7d0ffe
7d0ffe
%install
7d0ffe
make pure_install DESTDIR=$RPM_BUILD_ROOT
7d0ffe
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
7d0ffe
%{_fixperms} $RPM_BUILD_ROOT
7d0ffe
7d0ffe
%check
7d0ffe
make test
7d0ffe
7d0ffe
%files
7d0ffe
%doc Changes LICENSE README
7d0ffe
%{perl_vendorlib}/Test/
7d0ffe
%{_mandir}/man3/Test::Output.3pm*
7d0ffe
7d0ffe
%changelog
7d0ffe
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-8
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7d0ffe
7d0ffe
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-7
7d0ffe
- Perl 5.24 rebuild
7d0ffe
7d0ffe
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-6
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7d0ffe
7d0ffe
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-5
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7d0ffe
7d0ffe
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-4
7d0ffe
- Perl 5.22 rebuild
7d0ffe
7d0ffe
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-3
7d0ffe
- Perl 5.20 rebuild
7d0ffe
7d0ffe
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7d0ffe
7d0ffe
* Mon Jan  6 2014 Paul Howarth <paul@city-fan.org> - 1.03-1
7d0ffe
- Update to 1.03
7d0ffe
  - Get rid of MYMETA
7d0ffe
- Upstream dropped TODO
7d0ffe
7d0ffe
* Tue Oct 22 2013 Paul Howarth <paul@city-fan.org> - 1.02-1
7d0ffe
- Update to 1.02
7d0ffe
  - Re-do everything with Capture::Tiny rather than ties
7d0ffe
- Make %%files list more explicit
7d0ffe
7d0ffe
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-9
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7d0ffe
7d0ffe
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.01-8
7d0ffe
- Perl 5.18 rebuild
7d0ffe
7d0ffe
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-7
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7d0ffe
7d0ffe
* Mon Nov 12 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-6
7d0ffe
- Update dependencies
7d0ffe
- Use DESTDIR rather than PERL_INSTALL_ROOT
7d0ffe
- Don't use macros for commands
7d0ffe
- Don't need to remove empty directories from the buildroot
7d0ffe
7d0ffe
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-5
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7d0ffe
7d0ffe
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.01-4
7d0ffe
- Perl 5.16 rebuild
7d0ffe
7d0ffe
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-3
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d0ffe
7d0ffe
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-2
7d0ffe
- Perl mass rebuild
7d0ffe
7d0ffe
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.01-1
7d0ffe
- update to latest upstream version
7d0ffe
- clean up spec for modern rpmbuild
7d0ffe
- doesn't require Test::Tester
7d0ffe
7d0ffe
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7d0ffe
7d0ffe
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.16-1
7d0ffe
- Update to 0.16.
7d0ffe
- Update Source0 URL.
7d0ffe
- Add LICENSE to docs.
7d0ffe
7d0ffe
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.12-5
7d0ffe
- Mass rebuild with perl-5.12.0
7d0ffe
7d0ffe
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.12-4
7d0ffe
- rebuild against perl 5.10.1
7d0ffe
7d0ffe
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7d0ffe
7d0ffe
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
7d0ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7d0ffe
7d0ffe
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.12-1
7d0ffe
- Update to 0.12.
7d0ffe
- BR Test::More.
7d0ffe
- Fix typo in description.
7d0ffe
- Include TODO in docs.
7d0ffe
7d0ffe
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-4
7d0ffe
- Rebuild for perl 5.10 (again)
7d0ffe
7d0ffe
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-3
7d0ffe
- rebuild for new perl
7d0ffe
- fix license tag
7d0ffe
7d0ffe
* Thu Jul 05 2007 Steven Pritchard <steve@kspei.com> 0.10-2
7d0ffe
- Rebuild.
7d0ffe
7d0ffe
* Mon Jul 02 2007 Steven Pritchard <steve@kspei.com> 0.10-1
7d0ffe
- Specfile autogenerated by cpanspec 1.71.
7d0ffe
- Fix License.
7d0ffe
- BR Test::Pod and Test::Pod::Coverage.