Name: perl-Test-Output Version: 1.03 Release: 1%{?dist} Summary: Utilities to test STDOUT and STDERR messages License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Output/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Output-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(Capture::Tiny) >= 0.17 BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Tester) >= 0.107 BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(vars) BuildRequires: perl(warnings) Requires: perl(Capture::Tiny) >= 0.17 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Capture::Tiny\\)$ %description Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. %prep %setup -q -n Test-Output-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Nov 29 2014 David Dick - 1.03-1 - Initial release