forked from pool/perl-Test-Output
Accepting request 43891 from devel:languages:perl
Copy from devel:languages:perl/perl-Test-Output based on submit request 43891 from user computersalat OBS-URL: https://build.opensuse.org/request/show/43891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Output?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
0dbc282df0
commit
39f4527d93
3
Test-Output-0.16.tar.bz2
Normal file
3
Test-Output-0.16.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:334ee9f4c072f1bb01dbe876a73a2ecd7785d9bf7105a7d96e0b82e4e4053a40
|
||||
size 10012
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da7350d6aa81f005c9cdfe1b7914d7567006df3d4cdecd1dc9ce35dc84bf11e0
|
||||
size 11273
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 24 12:40:51 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- fix obviously lost changes
|
||||
o Sun Jun 14 21:17:23 CEST 2009
|
||||
o Sun Jun 21 22:37:55 CEST 2009
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 6 12:46:46 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- update spec by cpanspec 1.78
|
||||
- noarch pkg
|
||||
- split pkg version
|
||||
o perl-Test-Output_0_12 for suse_version < 1130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 11 19:26:36 UTC 2010 - chris@computersalat.de
|
||||
|
||||
@@ -24,5 +39,12 @@ Sat Jul 25 19:44:40 CEST 2009 - chris@computersalat.de
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 21 22:37:55 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- initial package 0.13
|
||||
- update to 0.13
|
||||
* brian d foy (bdfoy@cpan.org) is the new maintainer
|
||||
* Updated docs for source code location, license, etc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 21:17:23 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- initial package 0.12
|
||||
|
||||
|
||||
@@ -17,51 +17,51 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%bcond_with test
|
||||
|
||||
Name: perl-Test-Output
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
%define cpan_name Test-Output
|
||||
Summary: Utilities to test STDOUT and STDERR messages
|
||||
Version: 0.16
|
||||
Release: 1
|
||||
License: GPL Version 2, Artistic License
|
||||
Release: 4
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Output
|
||||
Source: http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-0.16.tar.gz
|
||||
Url: http://search.cpan.org/dist/Test-Output/
|
||||
#Source: http://www.cpan.org/modules/by-module/Test/Test-Output-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
%if 0%{?suse_version} < 1120
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
#BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(File::Temp) >= 0.21
|
||||
BuildRequires: perl(Test::Tester) >= 0.107
|
||||
BuildRequires: perl(Test::More) >= 0
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
%if %{with test}
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
# other not perl || perl-base
|
||||
BuildRequires: perl(Sub::Exporter) >= 0
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
%endif
|
||||
BuildRequires: perl(File::Temp) >= 0.21
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Test::Tester) >= 0.107
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(File::Temp) >= 0.21
|
||||
# other not perl || perl-base
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(Test::Tester) >= 0.107
|
||||
Requires: perl(Test::More) >= 0
|
||||
Requires: perl(Sub::Exporter) >= 0
|
||||
|
||||
%description
|
||||
Test-Output provides a simple interface for testing output send to STDOUT
|
||||
or STDERR. A number of different utilies are included to try and be as
|
||||
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
|
||||
flexible as possible to the tester.
|
||||
|
||||
Authors:
|
||||
Currently maintained by brian d foy, bdfoy@cpan.org.
|
||||
Shawn Sorichetti, <ssoriche@cpan.org>
|
||||
|
||||
--------
|
||||
Currently maintained by brian d foy, bdfoy@cpan.org
|
||||
Shawn Sorichetti <ssoriche@cpan.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -69,15 +69,17 @@ flexible as possible to the tester.
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf ${RPM_BUILD_ROOT}
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
# normally you only need to check for doc files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes LICENSE README
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes LICENSE README TODO
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user