|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Name: perl-Test-Output
|
|
|
|
|
Version: 1.01
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 1.02
|
|
|
|
|
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/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Capture::Tiny) >= 0.17
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(File::Temp) >= 0.17
|
|
|
|
@ -42,10 +43,15 @@ make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes LICENSE README TODO
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
|
%{_mandir}/man3/Test::Output.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 22 2013 Paul Howarth <paul@city-fan.org> - 1.02-1
|
|
|
|
|
- Update to 1.02
|
|
|
|
|
- Re-do everything with Capture::Tiny rather than ties
|
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|