forked from pool/perl-Test-Output
- updated to 1.01
* Bump to a full release. This fixes the tests that failed
in the new 5.14 regex stringification
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
5e30d7268f
commit
8370633d02
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:334ee9f4c072f1bb01dbe876a73a2ecd7785d9bf7105a7d96e0b82e4e4053a40
|
|
||||||
size 10012
|
|
||||||
3
Test-Output-1.01.tar.gz
Normal file
3
Test-Output-1.01.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d3529e2983b66bbef4fa3bbc3954971b9e6fc23b518443ac3c6bba8cd86e241
|
||||||
|
size 12277
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 12:48:04 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
- updated to 1.01
|
||||||
|
* Bump to a full release. This fixes the tests that failed
|
||||||
|
in the new 5.14 regex stringification
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 10:28:36 UTC 2010 - coolo@novell.com
|
Wed Dec 1 10:28:36 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Output (Version 0.16)
|
# spec file for package perl-Test-Output (Version 1.01)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,45 +15,37 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%bcond_with test
|
|
||||||
|
|
||||||
Name: perl-Test-Output
|
Name: perl-Test-Output
|
||||||
%define cpan_name Test-Output
|
Version: 1.01
|
||||||
Summary: Utilities to test STDOUT and STDERR messages
|
Release: 1
|
||||||
Version: 0.16
|
|
||||||
Release: 4
|
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
%define cpan_name Test-Output
|
||||||
|
Summary: Utilities to test STDOUT and STDERR messages.
|
||||||
Url: http://search.cpan.org/dist/Test-Output/
|
Url: http://search.cpan.org/dist/Test-Output/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Test/Test-Output-%{version}.tar.gz
|
Group: Development/Libraries/Perl
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%if %{with test}
|
BuildRequires: perl(File::Temp) >= 0.17
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(File::Temp) >= 0.21
|
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Test::Tester) >= 0.107
|
BuildRequires: perl(Test::Tester) >= 0.107
|
||||||
Requires: perl(File::Temp) >= 0.21
|
Requires: perl(File::Temp) >= 0.17
|
||||||
Requires: perl(Sub::Exporter)
|
Requires: perl(Sub::Exporter)
|
||||||
Requires: perl(Test::Tester) >= 0.107
|
Requires: perl(Test::Tester) >= 0.107
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Test::Output provides a simple interface for testing output sent to STDOUT
|
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
|
or STDERR. A number of different utilities are included to try and be as
|
||||||
flexible as possible to the tester.
|
flexible as possible to the tester.
|
||||||
|
|
||||||
Authors:
|
Originally this module was designed not to have external requirements,
|
||||||
--------
|
however, the features provided by the Sub::Exporter manpage over what the
|
||||||
Currently maintained by brian d foy, bdfoy@cpan.org
|
Exporter manpage provides is just to great to pass up.
|
||||||
Shawn Sorichetti <ssoriche@cpan.org>
|
|
||||||
|
Test::Output ties STDOUT and STDERR using Test::Output::Tie.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -67,17 +59,14 @@ Authors:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# remove .packlist file
|
%perl_process_packlist
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
|
||||||
# remove perllocal.pod file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README TODO
|
%doc Changes LICENSE README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user