1
0

Accepting request 94506 from devel:languages:perl

- update to 2.69
  * Fix the imports on t/io_multihomed6.t .
    - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again.
  * Update the link to the repository in Build.PL.
  * Solved symbol clashes in t/io_multihomed6.t .
    - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769

OBS-URL: https://build.opensuse.org/request/show/94506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-INET6?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2011-12-01 16:38:19 +00:00 committed by Git OBS Bridge
commit ad7bed7cd7
4 changed files with 24 additions and 19 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 30 11:05:12 UTC 2011 - vcizek@suse.com
- update to 2.69
* Fix the imports on t/io_multihomed6.t .
- Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again.
* Update the link to the repository in Build.PL.
* Solved symbol clashes in t/io_multihomed6.t .
- Fixes https://rt.cpan.org/Ticket/Display.html?id=72769
-------------------------------------------------------------------
Fri Nov 18 11:08:59 UTC 2011 - coolo@suse.com

View File

@ -15,26 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with test
Name: perl-IO-Socket-INET6
Version: 2.69
Release: 1
License: GPL-1.0+ or Artistic-1.0
%define cpan_name IO-Socket-INET6
Summary: Object interface for AF_INET|AF_INET6 domain sockets
Version: 2.67
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IO-Socket-INET6/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/modules/by-module/IO/IO-Socket-INET6-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%if %{with test}
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
@ -61,15 +60,11 @@ IO::Socket::INET6 provides an object interface to creating and using
sockets in either AF_INET or AF_INET6 domains. It is built upon the
IO::Socket interface and inherits all the methods defined by IO::Socket.
Authors:
--------
Rafael Martinez Torres <rafael.martinez@novagnet.com>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build
#exclude this test as it needs IPv6 network
mv t/io_sock6.t t/io_sock6.tt
@ -77,17 +72,17 @@ mv t/io_sock6.t t/io_sock6.tt
%if %{with test}
%check
#disable test suite as it doesn't work at all without being online
#disable test suite as it doesn't work at all without being online
#and our build hosts are completly without network interfaces
./Build test
%endif
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,-)