9
0

- updated to 1.03

* Get rid of MYMETA

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-02-09 15:06:41 +00:00
committed by Git OBS Bridge
parent c21a09b0ab
commit 448ca1635e
4 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Output
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Test-Output
Version: 1.02
Version: 1.03
Release: 0
%define cpan_name Test-Output
Summary: Utilities to test STDOUT and STDERR messages.
@@ -33,7 +33,7 @@ BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(File::Temp) >= 0.17
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Tester) >= 0.107
#BuildRequires: perl(Test::Output)
Requires: perl(Capture::Tiny) >= 0.17
Requires: perl(File::Temp) >= 0.17
Requires: perl(Sub::Exporter)
@@ -50,8 +50,7 @@ however, the features provided by the Sub::Exporter manpage over what the
Exporter manpage provides is just to great to pass up.
Likewise, Capture::Tiny provides a much more robust capture mechanism
without than the original Test::Output::Tie. (Test::Output::Tie is
deprecated, but included for backwards compatibility.)
without than the original Test::Output::Tie.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -70,6 +69,6 @@ deprecated, but included for backwards compatibility.)
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE MYMETA.json README TODO
%doc Changes LICENSE README
%changelog