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