8
0
forked from pool/perl-Test-TCP

Accepting request 296465 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-TCP?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-04-15 05:04:26 +00:00
committed by Git OBS Bridge
parent d7376543fd
commit db24edf0cf
4 changed files with 23 additions and 23 deletions

View File

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

3
Test-TCP-2.11.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 20:19:15 UTC 2015 - coolo@suse.com
- updated to 2.11
see /usr/share/doc/packages/perl-Test-TCP/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-TCP # spec file for package perl-Test-TCP
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX 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
@@ -17,30 +17,23 @@
Name: perl-Test-TCP Name: perl-Test-TCP
Version: 2.02 Version: 2.11
Release: 0 Release: 0
%define cpan_name Test-TCP %define cpan_name Test-TCP
Summary: Testing TCP program Summary: testing TCP program
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-TCP/ Url: http://search.cpan.org/dist/Test-TCP/
Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta) BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::SharedFork) >= 0.19 BuildRequires: perl(Test::SharedFork) >= 0.29
#BuildRequires: perl(File::Which) Requires: perl(IO::Socket::IP)
#BuildRequires: perl(Net::EmptyPort) Requires: perl(Test::SharedFork) >= 0.29
#BuildRequires: perl(Perl::Critic) >= 1.105
#BuildRequires: perl(Test::Perl::Critic) >= 1.02
#BuildRequires: perl(Test::TCP)
#BuildRequires: perl(t::Server)
Requires: perl(Test::SharedFork) >= 0.19
%{perl_requires} %{perl_requires}
%description %description
@@ -50,18 +43,19 @@ Test::TCP is test utilities for TCP/IP programs.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build build flags=%{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
./Build test %{__make} test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes cpanfile LICENSE README.md %doc Changes LICENSE minil.toml README.md
%changelog %changelog