- 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/package/show/devel:languages:perl/perl-IO-Socket-INET6?expand=0&rev=29
This commit is contained in:
parent
82c57b83e6
commit
c6816f3da1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2
|
||||
size 18096
|
3
IO-Socket-INET6-2.69.tar.gz
Normal file
3
IO-Socket-INET6-2.69.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045
|
||||
size 18603
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -83,11 +78,11 @@ mv t/io_sock6.t t/io_sock6.tt
|
||||
%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,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user