forked from pool/perl-PerlIO-via-Timeout
Accepting request 307138 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/307138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PerlIO-via-Timeout?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f9dc6f540671039c74254f5e081cf55c569820448c9929861e66ab66f93f5ca
|
|
||||||
size 13404
|
|
3
PerlIO-via-Timeout-0.30.tar.gz
Normal file
3
PerlIO-via-Timeout-0.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1370c2f90c52499cbcb8af7d7b59e3cc234c0ecadf39d3600ebfc27b2a7011c
|
||||||
|
size 13418
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 14 08:27:39 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.30
|
||||||
|
see /usr/share/doc/packages/perl-PerlIO-via-Timeout/Changes
|
||||||
|
|
||||||
|
0.30 2015-05-13 20:33:08CEST+0200 Europe/Amsterdam
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 10:51:44 UTC 2014 - coolo@suse.com
|
Tue Mar 18 10:51:44 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PerlIO-via-Timeout
|
# spec file for package perl-PerlIO-via-Timeout
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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,22 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-PerlIO-via-Timeout
|
Name: perl-PerlIO-via-Timeout
|
||||||
Version: 0.29
|
Version: 0.30
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name PerlIO-via-Timeout
|
%define cpan_name PerlIO-via-Timeout
|
||||||
Summary: a PerlIO layer that adds read & write timeout to a handle
|
Summary: PerlIO layer that adds read & write timeout to a handle
|
||||||
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/PerlIO-via-Timeout/
|
Url: http://search.cpan.org/dist/PerlIO-via-Timeout/
|
||||||
Source: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
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(Module::Build::Tiny) >= 0.030
|
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||||
BuildRequires: perl(Test::TCP)
|
BuildRequires: perl(Test::TCP)
|
||||||
BuildRequires: perl(Time::Out)
|
|
||||||
Requires: perl(Time::Out)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -44,9 +43,9 @@ The timeout is implemented by using '<select'> on the handle before
|
|||||||
reading/writing.
|
reading/writing.
|
||||||
|
|
||||||
*WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on
|
*WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on
|
||||||
it, because these functions works at a lower level. Hower if you're trying
|
it, because these functions works at a lower level. However if you're
|
||||||
to implement a timeout for a socket, see the IO::Socket::Timeout manpage
|
trying to implement a timeout for a socket, see the IO::Socket::Timeout
|
||||||
that implements exactly that.
|
manpage that implements exactly that.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user