9
0

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:
OBS User autobuild
2010-08-02 08:40:05 +00:00
committed by Git OBS Bridge
parent 0dbc282df0
commit 39f4527d93
4 changed files with 55 additions and 31 deletions

3
Test-Output-0.16.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:334ee9f4c072f1bb01dbe876a73a2ecd7785d9bf7105a7d96e0b82e4e4053a40
size 10012

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da7350d6aa81f005c9cdfe1b7914d7567006df3d4cdecd1dc9ce35dc84bf11e0
size 11273

View File

@@ -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 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 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

View File

@@ -17,51 +17,51 @@
# norootforbuild # norootforbuild
%bcond_with test
Name: perl-Test-Output 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 Summary: Utilities to test STDOUT and STDERR messages
Version: 0.16 Version: 0.16
Release: 1 Release: 4
License: GPL Version 2, Artistic License License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Output 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 #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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
%if 0%{?suse_version} < 1120 %if 0%{?suse_version} < 1120
BuildRequires: perl-macros BuildRequires: perl-macros
%endif %endif
#BuildRequires: perl(Module::Build) %if %{with test}
BuildRequires: perl(File::Temp) >= 0.21
BuildRequires: perl(Test::Tester) >= 0.107
BuildRequires: perl(Test::More) >= 0
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::Pod::Coverage) >= 1.04
# other not perl || perl-base BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Sub::Exporter) >= 0 %endif
BuildRequires: perl(File::Temp) >= 0.21
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Tester) >= 0.107
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Requires: perl(File::Temp) >= 0.21 Requires: perl(File::Temp) >= 0.21
# other not perl || perl-base Requires: perl(Sub::Exporter)
Requires: perl(Test::Tester) >= 0.107 Requires: perl(Test::Tester) >= 0.107
Requires: perl(Test::More) >= 0
Requires: perl(Sub::Exporter) >= 0
%description %description
Test-Output provides a simple interface for testing output send to STDOUT Test::Output provides a simple interface for testing output sent to STDOUT
or STDERR. A number of different utilies 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: 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 %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL CFLAGS="$RPM_OPT_FLAGS -Wall" %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
@@ -69,15 +69,17 @@ flexible as possible to the tester.
%install %install
%perl_make_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 %perl_gen_filelist
%clean %clean
%{__rm} -rf ${RPM_BUILD_ROOT} %{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
# normally you only need to check for doc files %defattr(-,root,root,-)
%defattr(-,root,root) %doc Changes LICENSE README TODO
%doc Changes LICENSE README
%changelog %changelog