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