Update to 0.16.
Update Source0 URL. Add LICENSE to docs.
This commit is contained in:
parent
e35a8af1b8
commit
547a4b4518
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Test-Output-0.12.tar.gz
|
||||
/Test-Output-0.16.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: perl-Test-Output
|
||||
Version: 0.12
|
||||
Release: 5%{?dist}
|
||||
Version: 0.16
|
||||
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/S/SS/SSORICHE/Test-Output-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -48,11 +48,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README TODO
|
||||
%doc Changes LICENSE README TODO
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.16-1
|
||||
- Update to 0.16.
|
||||
- Update Source0 URL.
|
||||
- Add LICENSE to docs.
|
||||
|
||||
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.12-5
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user