Update to 1.03
- New upstream release 1.03 - Get rid of MYMETA - Upstream dropped TODO
This commit is contained in:
parent
838477b345
commit
700013512d
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Output
|
||||
Version: 1.02
|
||||
Version: 1.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to test STDOUT and STDERR messages
|
||||
License: GPL+ or Artistic
|
||||
@ -33,20 +33,23 @@ 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/*
|
||||
%{_fixperms} $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README TODO
|
||||
%doc Changes LICENSE README
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Output.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 6 2014 Paul Howarth <paul@city-fan.org> - 1.03-1
|
||||
- Update to 1.03
|
||||
- Get rid of MYMETA
|
||||
- Upstream dropped TODO
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user