# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-IO-Socket-INET6 Version: 2.73 Release: 6.%{__distinit}%{__distvers} Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/IO-Socket-INET6 Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Socket-INET6-%{version}.tar.gz Patch0: IO-Socket-INET6-2.72-fix_die_in_test.patch Patch1: IO-Socket-INET6-2.72-bz1207174-fix_random_test_error.patch BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Errno) BuildRequires: perl(IO::Socket) BuildRequires: perl(Socket) BuildRequires: perl(Socket6) >= 0.12 BuildRequires: perl(strict) # Test Suite BuildRequires: perl(Config) BuildRequires: perl(Test::More) BuildRequires: perl(utf8) BuildRequires: perl(vars) BuildRequires: perl(warnings) # Optional Tests %if 0%{!?perl_bootstrap:1} BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::TrailingSpace) %endif # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Perl Object interface for AF_INET|AF_INET6 domain sockets. %prep %setup -q -n IO-Socket-INET6-%{version} # Fix bad code in test, original code hides error (related to #1207174) %patch -P 0 -p1 # Fix random test error in binding to socket (#1207174) %patch -P 1 -p1 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check make test %files %license LICENSE %doc ChangeLog README %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::Socket::INET6.3* %changelog * Tue Apr 18 2023 Paul Howarth - 2.73-6 - Use SPDX-format license tag - Avoid use of deprecated patch syntax * Fri Dec 10 2021 Paul Howarth - 2.73-1 - Update to 2.73 - Deprecate in favour of IO::Socket::IP - Fix dist tags for Alma, Rocky and CentOS Stream Linux * Tue May 18 2021 Michal Josef Špaček - 2.72-23 - Patch for bad code in test and random test fail (#1207174) * Sat Jun 1 2019 Paul Howarth - 2.72-16 - Perl 5.30 rebuild * Sat Apr 28 2018 Paul Howarth - 2.72-12 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 25 2017 Paul Howarth - 2.72-10 - Don't pull in build dependencies for optional tests when bootstrapping - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Mon Aug 29 2016 Paul Howarth - 2.72-8 - BR: perl-generators where available - Simplify find command using -delete * Thu Jun 25 2015 Paul Howarth - 2.72-6 - Perl 5.22 rebuild * Thu May 21 2015 Paul Howarth - 2.72-4 - Classify buildreqs by usage * Thu Sep 11 2014 Paul Howarth - 2.72-3 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Fri Apr 11 2014 Paul Howarth - 2.72-2 - Enable Test::TrailingSpace * Fri Jan 31 2014 Paul Howarth - 2.72-1 - Update to 2.72 - Add minimum version of perl to 5.8.x - Add LICENSE file * Wed Jul 17 2013 Paul Howarth - 2.71-2 - Perl 5.18 rebuild * Sun Jun 23 2013 Paul Howarth - 2.71-1 - Update to 2.71 - More typo fixes (CPAN RT#86344) * Tue May 21 2013 Paul Howarth - 2.70-1 - Update to 2.70 - Fix a typo (CPAN RT#73143) - Add t/style-trailing-space.t and get rid of trailing space - Require at least version 0.12 of perl(Socket6) * Thu Jun 28 2012 Paul Howarth - 2.69-2 - BR: perl(Carp), perl(IO::Socket) and perl(Socket) - Don't run test suite in verbose mode - Don't need to remove empty directories from the buildroot - Drop support for old distributions prior to FC-3: - Don't need to define %%{perl_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Mon Nov 28 2011 Paul Howarth - 2.69-1 - Update to 2.69: - Fix the imports on t/io_multihomed6.t (CPAN RT#72769) - Update the link to the repository in Build.PL - Drop upstreamed patch for 2.68 * Mon Nov 28 2011 Paul Howarth - 2.68-1 - Update to 2.68: - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769) - Add patch to fix typo in test * Mon Jun 27 2011 Paul Howarth - 2.67-2 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Sun Jan 23 2011 Paul Howarth - 2.67-1 - Update to 2.67: - IO::Socket is doing some imports so we now do use IO::Socket () - Fixed the rest of the imports * Thu Jan 13 2011 Paul Howarth - 2.66-1 - Update to 2.66 (made the "use Socket" call import constants selectively, and not rely on @EXPORT's whims) * Fri Jun 25 2010 Paul Howarth - 2.65-2 - Rebuild for perl 5.12.1 in Rawhide * Fri Jun 11 2010 Paul Howarth - 2.65-1 - Update to 2.65 (further fixes for t/io_multihomed6.t) * Tue Jun 8 2010 Paul Howarth - 2.64-1 - Update to 2.64 (patch for CPAN RT#58198 upstreamed) * Mon Jun 7 2010 Paul Howarth - 2.63-1 - Update to 2.63 - Upstream patch for select timeout issue in t/io_multihomed6.t - Add patch for t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198) * Fri May 21 2010 Paul Howarth - 2.62-1 - Update to 2.62 - Solved problems with multihomed and family order (CPAN RT#57676) - Fix disttag for RHEL-6 Beta - Add patch for select timeout in t/io_multihomed6.t that seems to happen on Fedora 10 * Thu Mar 25 2010 Paul Howarth - 2.61-1 - Update to 2.61 (fixes for t/listen_port_only.t) * Thu Mar 25 2010 Paul Howarth - 2.60-1 - Update to 2.60 - Fix the inet_pton/inet_ntop import warnings (CPAN RT#55901) - Fix listening on :: or 0.0.0.0 (CPAN RT#54656) - Add test listen_port_only.t * Sat Mar 20 2010 Paul Howarth - 2.59-1 - Update to 2.59 (fix for older perls upstreamed) * Fri Mar 19 2010 Paul Howarth - 2.58-1 - Update to 2.58 (fix for OpenBSD getaddrinfo() - CPAN RT#54656) - Add patch to fix builds on perl < 5.10.0 - Use %%{_fixperms} macro instead of our own %%{__chmod} incantation * Mon Nov 23 2009 Paul Howarth - 2.57-1 - Update to 2.57 (deal with blocking sockets properly, add test t/blocking.t) - Dist tag for Rawhide no longer needs special-casing * Fri Sep 11 2009 Paul Howarth - 2.56-2 - Define RPM macros in global scope * Tue Oct 7 2008 Paul Howarth - 2.56-1 - Update to 2.56 - Test suite problems fixed upstream, so patch removed * Thu Sep 25 2008 Paul Howarth - 2.55-1 - Update to 2.55 - Tweak dist tag macros to work on current Rawhide with three-part releasenum - Patch test suite to force IPv6 connections, needed to avoid "bind: invalid argument" problems on Fedora >= 9 - Run test suite in verbose mode * Fri Feb 22 2008 Paul Howarth - 2.54-1 - Update to 2.54 * Thu Feb 21 2008 Paul Howarth - 2.53-1 - Update to 2.53 - Add buildreqs perl(Test::Pod) and perl(Test::Pod::Coverage) * Wed Feb 6 2008 Paul Howarth - 2.52-1 - Update to 2.52 - Update source URL for new upstream maintainer - Add buildreq perl(Test::More) - Run the test suite properly as it should now be OK * Fri Dec 21 2007 Paul Howarth - 2.51-4 - Import from Fedora - Fix argument order for find with -depth - Run the test suite but don't mind if it fails * Fri Nov 16 2007 Parag Nemade - 2.51-3 - Merge Review(#226263) Spec cleanup * Tue Oct 16 2007 Tom "spot" Callaway - 2.51-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Thu Jul 06 2006 Warren Togami 2.51-2 - minor spec fixes (#197821) * Thu Jul 06 2006 Warren Togami 2.51-1 - initial Fedora package