2012-02-02 13:50:34 +00:00
|
|
|
Name: perl-IO-Socket-IP
|
2015-03-13 12:06:37 +00:00
|
|
|
Version: 0.37
|
2015-06-04 11:35:58 +00:00
|
|
|
Release: 345%{?dist}
|
2012-02-02 13:50:34 +00:00
|
|
|
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/IO-Socket-IP/
|
|
|
|
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
2014-11-25 11:02:14 +00:00
|
|
|
# Build
|
2013-03-12 14:06:15 +00:00
|
|
|
BuildRequires: perl
|
2014-11-25 11:02:14 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Runtime
|
2012-02-02 13:50:34 +00:00
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
2012-11-15 13:08:56 +00:00
|
|
|
BuildRequires: perl(constant)
|
2013-03-12 14:06:15 +00:00
|
|
|
BuildRequires: perl(Errno)
|
2012-02-02 13:50:34 +00:00
|
|
|
BuildRequires: perl(IO::Socket)
|
2013-03-12 14:06:15 +00:00
|
|
|
BuildRequires: perl(POSIX)
|
2012-06-06 15:53:49 +00:00
|
|
|
BuildRequires: perl(Socket) >= 1.97
|
2014-11-25 11:02:14 +00:00
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(IO::Socket::INET)
|
2012-02-02 13:50:34 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2014-12-12 07:55:28 +00:00
|
|
|
# Optional tests only
|
2014-09-18 14:19:38 +00:00
|
|
|
%if !%{defined perl_bootstrap}
|
2014-12-12 07:55:28 +00:00
|
|
|
BuildRequires: perl(Socket6)
|
2014-09-18 14:19:38 +00:00
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
%endif
|
2013-04-29 09:01:08 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
2012-02-02 13:50:34 +00:00
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module provides a protocol-independent way to use IPv4 and IPv6
|
|
|
|
sockets, as a drop-in replacement for IO::Socket::INET. Most constructor
|
|
|
|
arguments and methods are provided in a backward-compatible way.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n IO-Socket-IP-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Build.PL installdirs=vendor
|
|
|
|
./Build
|
|
|
|
|
|
|
|
%install
|
|
|
|
./Build install destdir=%{buildroot} create_packlist=0
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
%check
|
2012-11-15 13:08:56 +00:00
|
|
|
# Don't do the live test
|
2012-08-22 15:46:15 +00:00
|
|
|
rm -f t/21nonblocking-connect-internet.t
|
2012-02-02 13:50:34 +00:00
|
|
|
./Build test
|
|
|
|
|
|
|
|
%files
|
2014-11-25 11:02:14 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc Changes examples README
|
2012-02-02 13:50:34 +00:00
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2015-06-04 11:35:58 +00:00
|
|
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-345
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
2015-06-04 09:59:19 +00:00
|
|
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-03-13 12:06:37 +00:00
|
|
|
* Fri Mar 13 2015 Petr Šabata <contyk@redhat.com> - 0.37-1
|
|
|
|
- 0.37 bump
|
|
|
|
|
2015-01-30 09:40:43 +00:00
|
|
|
* Fri Jan 30 2015 Petr Šabata <contyk@redhat.com> - 0.36-1
|
|
|
|
- 0.36 bump
|
|
|
|
- Win32 changes only
|
|
|
|
|
2015-01-05 15:09:48 +00:00
|
|
|
* Mon Jan 05 2015 Petr Šabata <contyk@redhat.com> - 0.35-1
|
|
|
|
- 0.35 bugfix bump
|
|
|
|
|
2014-12-12 07:55:28 +00:00
|
|
|
* Fri Dec 12 2014 Petr Pisar <ppisar@redhat.com> - 0.34-2
|
|
|
|
- Do not build-require non-core Socket6 module when bootstrapping this core
|
|
|
|
module
|
|
|
|
|
2014-12-05 13:35:41 +00:00
|
|
|
* Fri Dec 05 2014 Petr Šabata <contyk@redhat.com> - 0.34-1
|
|
|
|
- 0.34 bump, VMS bugfixes
|
|
|
|
|
2014-11-25 11:02:14 +00:00
|
|
|
* Tue Nov 25 2014 Petr Šabata <contyk@redhat.com> - 0.33-1
|
|
|
|
- 0.33 bump
|
|
|
|
|
2014-09-18 14:19:38 +00:00
|
|
|
* Thu Sep 18 2014 Petr Šabata <contyk@redhat.com> - 0.32-1
|
|
|
|
- 0.32 bump, implement connect timeout
|
|
|
|
|
2014-08-27 16:08:04 +00:00
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-07-16 12:38:00 +00:00
|
|
|
* Wed Jul 16 2014 Petr Šabata <contyk@redhat.com> - 0.31-1
|
|
|
|
- 0.31 bump
|
|
|
|
|
2014-07-09 07:21:46 +00:00
|
|
|
* Wed Jul 09 2014 Petr Pisar <ppisar@redhat.com> - 0.30-2
|
|
|
|
- Fix multihomed SSL (bug #1116600)
|
|
|
|
|
2014-07-07 11:41:09 +00:00
|
|
|
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 0.30-1
|
|
|
|
- 0.30 bump
|
|
|
|
|
2014-06-07 05:42:12 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-26 11:54:22 +00:00
|
|
|
* Wed Feb 26 2014 Petr Šabata <contyk@redhat.com> - 0.29-1
|
|
|
|
- 0.29 bump
|
|
|
|
|
2014-02-12 15:55:48 +00:00
|
|
|
* Wed Feb 12 2014 Petr Šabata <contyk@redhat.com> - 0.28-1
|
|
|
|
- 0.28 bump
|
|
|
|
|
2014-01-21 12:22:22 +00:00
|
|
|
* Tue Jan 21 2014 Petr Šabata <contyk@redhat.com> - 0.27-1
|
|
|
|
- 0.27 bump, test suite enhancements only
|
|
|
|
|
2014-01-17 11:45:15 +00:00
|
|
|
* Fri Jan 17 2014 Petr Šabata <contyk@redhat.com> - 0.26-1
|
|
|
|
- 0.26 bump
|
|
|
|
|
2013-09-20 11:56:24 +00:00
|
|
|
* Fri Sep 20 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-1
|
|
|
|
- 0.24 bump
|
|
|
|
|
2013-09-16 14:16:14 +00:00
|
|
|
* Mon Sep 16 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
|
|
|
|
- 0.23 bump; smarter SO_REUSEPORT tests
|
|
|
|
|
2013-08-03 22:10:24 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-31 07:05:20 +00:00
|
|
|
* Wed Jul 31 2013 Petr Šabata <contyk@redhat.com> - 0.22-1
|
|
|
|
- 0.22 bump
|
|
|
|
- Test suite bugfix release
|
|
|
|
|
2013-07-18 16:09:47 +00:00
|
|
|
* Thu Jul 18 2013 Petr Šabata <contyk@redhat.com> - 0.21-3
|
2013-07-18 16:08:30 +00:00
|
|
|
- Disable the SO_REUSEPORT test; koji builders don't support this feature yet
|
|
|
|
|
2013-07-18 09:36:03 +00:00
|
|
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.21-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-04-29 09:01:08 +00:00
|
|
|
* Mon Apr 29 2013 Petr Šabata <contyk@redhat.com> - 0.21-1
|
|
|
|
- 0.21 bump
|
|
|
|
|
2013-04-17 08:56:59 +00:00
|
|
|
* Wed Apr 17 2013 Petr Šabata <contyk@redhat.com> - 0.20-1
|
|
|
|
- 0.20 bump
|
|
|
|
|
2013-03-12 14:06:15 +00:00
|
|
|
* Tue Mar 12 2013 Petr Šabata <contyk@redhat.com> - 0.19-1
|
|
|
|
- 0.19 bump
|
|
|
|
|
2013-02-14 13:01:35 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-30 11:57:06 +00:00
|
|
|
* Fri Nov 30 2012 Petr Šabata <contyk@redhat.com> - 0.18-1
|
|
|
|
- 0.18 bump
|
|
|
|
|
2012-11-15 13:08:56 +00:00
|
|
|
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 0.17-2
|
|
|
|
- Fix a typo, sort the deps
|
|
|
|
|
2012-08-22 15:29:50 +00:00
|
|
|
* Wed Aug 22 2012 Petr Šabata <contyk@redhat.com> - 0.17-1
|
|
|
|
- 0.17 bump
|
|
|
|
|
2012-07-20 16:12:45 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-28 12:37:52 +00:00
|
|
|
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 0.16-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-25 09:26:48 +00:00
|
|
|
* Mon Jun 25 2012 Petr Šabata <contyk@redhat.com> - 0.16-1
|
|
|
|
- 0.16 (IO::Socket::INET compatibility enhancement)
|
|
|
|
|
2012-06-21 11:01:21 +00:00
|
|
|
* Thu Jun 21 2012 Petr Šabata <contyk@redhat.com> - 0.15-1
|
|
|
|
- 0.15 bump
|
|
|
|
|
2012-06-19 09:23:04 +00:00
|
|
|
* Tue Jun 19 2012 Petr Šabata <contyk@redhat.com> - 0.14-1
|
|
|
|
- 0.14 bump
|
|
|
|
|
2012-06-11 18:11:10 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.11-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-06 15:53:49 +00:00
|
|
|
* Wed Jun 06 2012 Petr Šabata <contyk@redhat.com> - 0.11-1
|
|
|
|
- 0.11 bump
|
|
|
|
|
2012-05-11 11:09:04 +00:00
|
|
|
* Fri May 11 2012 Petr Šabata <contyk@redhat.com> - 0.10-1
|
|
|
|
- 0.10 bump
|
|
|
|
|
2012-03-14 15:54:11 +00:00
|
|
|
* Wed Mar 14 2012 Petr Šabata <contyk@redhat.com> - 0.09-1
|
|
|
|
- 0.09 bump
|
|
|
|
|
2012-02-02 13:50:34 +00:00
|
|
|
* Fri Jan 27 2012 Petr Šabata <contyk@redhat.com> 0.08-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|