diff --git a/Test-TCP-2.02.tar.gz b/Test-TCP-2.02.tar.gz deleted file mode 100644 index 52e455e..0000000 --- a/Test-TCP-2.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6202356c1af56d58f21a4fc48592d0a51a75c985dbfda4e4e64961c1434b4bac -size 21357 diff --git a/Test-TCP-2.11.tar.gz b/Test-TCP-2.11.tar.gz new file mode 100644 index 0000000..937f3c9 --- /dev/null +++ b/Test-TCP-2.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc52a11053a8fd98c60d7ebdf1ca214bc7b76146cb0f3323171b1859468417ea +size 23302 diff --git a/perl-Test-TCP.changes b/perl-Test-TCP.changes index e90d3f1..0c403fb 100644 --- a/perl-Test-TCP.changes +++ b/perl-Test-TCP.changes @@ -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 diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec index 0c8f058..88cee0a 100644 --- a/perl-Test-TCP.spec +++ b/perl-Test-TCP.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,23 @@ Name: perl-Test-TCP -Version: 2.02 +Version: 2.11 Release: 0 %define cpan_name Test-TCP -Summary: Testing TCP program +Summary: testing TCP program License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Meta) -BuildRequires: perl(CPAN::Meta::Prereqs) -BuildRequires: perl(Module::Build) >= 0.38 +BuildRequires: perl(IO::Socket::IP) BuildRequires: perl(Test::More) >= 0.98 -BuildRequires: perl(Test::SharedFork) >= 0.19 -#BuildRequires: perl(File::Which) -#BuildRequires: perl(Net::EmptyPort) -#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 +BuildRequires: perl(Test::SharedFork) >= 0.29 +Requires: perl(IO::Socket::IP) +Requires: perl(Test::SharedFork) >= 0.29 %{perl_requires} %description @@ -50,18 +43,19 @@ Test::TCP is test utilities for TCP/IP programs. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes cpanfile LICENSE README.md +%doc Changes LICENSE minil.toml README.md %changelog