|
|
787271 |
%if ! (0%{?rhel})
|
|
|
787271 |
%{bcond_without perl_IO_Socket_INET6_enables_optional_test}
|
|
|
787271 |
%else
|
|
|
787271 |
%{bcond_with perl_IO_Socket_INET6_enables_optional_test}
|
|
|
787271 |
%endif
|
|
|
787271 |
|
|
|
787271 |
Name: perl-IO-Socket-INET6
|
|
|
787271 |
Version: 2.72
|
|
|
787271 |
Release: 24%{?dist}
|
|
|
787271 |
Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets
|
|
|
787271 |
License: GPL+ or Artistic
|
|
|
787271 |
URL: https://metacpan.org/release/IO-Socket-INET6
|
|
|
787271 |
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Socket-INET6-%{version}.tar.gz
|
|
|
787271 |
BuildArch: noarch
|
|
|
787271 |
# Module Build
|
|
|
787271 |
BuildRequires: coreutils
|
|
|
787271 |
BuildRequires: findutils
|
|
|
787271 |
BuildRequires: make
|
|
|
787271 |
BuildRequires: perl-generators
|
|
|
787271 |
BuildRequires: perl-interpreter
|
|
|
787271 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
787271 |
# Module Runtime
|
|
|
787271 |
BuildRequires: perl(Carp)
|
|
|
787271 |
BuildRequires: perl(Errno)
|
|
|
787271 |
BuildRequires: perl(IO::Socket)
|
|
|
787271 |
BuildRequires: perl(Socket)
|
|
|
787271 |
BuildRequires: perl(Socket6) >= 0.12
|
|
|
787271 |
BuildRequires: perl(strict)
|
|
|
787271 |
# Test Suite
|
|
|
787271 |
BuildRequires: perl(Config)
|
|
|
787271 |
BuildRequires: perl(Test::More)
|
|
|
787271 |
BuildRequires: perl(utf8)
|
|
|
787271 |
BuildRequires: perl(vars)
|
|
|
787271 |
BuildRequires: perl(warnings)
|
|
|
787271 |
%if %{with perl_IO_Socket_INET6_enables_optional_test}
|
|
|
787271 |
# Optional Tests
|
|
|
787271 |
BuildRequires: perl(Test::Pod) >= 1.14
|
|
|
787271 |
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
|
787271 |
BuildRequires: perl(Test::TrailingSpace)
|
|
|
787271 |
%endif
|
|
|
787271 |
# Runtime
|
|
|
787271 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
787271 |
|
|
|
787271 |
%description
|
|
|
787271 |
Perl Object interface for AF_INET|AF_INET6 domain sockets.
|
|
|
787271 |
|
|
|
787271 |
%prep
|
|
|
787271 |
%setup -q -n IO-Socket-INET6-%{version}
|
|
|
787271 |
|
|
|
787271 |
%build
|
|
|
787271 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
787271 |
make %{?_smp_mflags}
|
|
|
787271 |
|
|
|
787271 |
%install
|
|
|
787271 |
make pure_install DESTDIR=%{buildroot}
|
|
|
787271 |
find %{buildroot} -type f -name .packlist -delete
|
|
|
787271 |
%{_fixperms} -c %{buildroot}
|
|
|
787271 |
|
|
|
787271 |
%check
|
|
|
787271 |
make test
|
|
|
787271 |
|
|
|
787271 |
%files
|
|
|
787271 |
%license LICENSE
|
|
|
787271 |
%doc ChangeLog README
|
|
|
787271 |
%{perl_vendorlib}/IO/
|
|
|
787271 |
%{_mandir}/man3/IO::Socket::INET6.3*
|
|
|
787271 |
|
|
|
787271 |
%changelog
|
|
|
787271 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.72-24
|
|
|
787271 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
787271 |
Related: rhbz#1991688
|
|
|
787271 |
|
|
|
787271 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.72-23
|
|
|
787271 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
787271 |
|
|
|
787271 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-22
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Mon Jan 11 2021 Paul Howarth <paul@city-fan.org> - 2.72-21
|
|
|
787271 |
- Spec tidy-up
|
|
|
787271 |
- Use author-independent source URL
|
|
|
787271 |
- Specify all build dependencies
|
|
|
787271 |
- Simplify find command using -delete
|
|
|
787271 |
- Fix permissions verbosely
|
|
|
787271 |
|
|
|
787271 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-20
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-19
|
|
|
787271 |
- Perl 5.32 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-18
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-17
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-16
|
|
|
787271 |
- Perl 5.30 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-15
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-14
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-13
|
|
|
787271 |
- Perl 5.28 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-12
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-11
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-10
|
|
|
787271 |
- Perl 5.26 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-9
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-8
|
|
|
787271 |
- Perl 5.24 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-7
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.72-6
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-5
|
|
|
787271 |
- Perl 5.22 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu May 21 2015 Paul Howarth <paul@city-fan.org> - 2.72-4
|
|
|
787271 |
- Classify buildreqs by usage
|
|
|
787271 |
- Use %%license
|
|
|
787271 |
|
|
|
787271 |
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-3
|
|
|
787271 |
- Perl 5.20 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.72-2
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Fri Jan 31 2014 Paul Howarth <paul@city-fan.org> - 2.72-1
|
|
|
787271 |
- Update to 2.72
|
|
|
787271 |
- Add minimum version of perl to 5.8.x
|
|
|
787271 |
- Add LICENSE file
|
|
|
787271 |
|
|
|
787271 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.71-3
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2.71-2
|
|
|
787271 |
- Perl 5.18 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Sun Jun 23 2013 Paul Howarth <paul@city-fan.org> - 2.71-1
|
|
|
787271 |
- Update to 2.71 (typo fixes - CPAN RT#73143, CPAN RT#86344)
|
|
|
787271 |
|
|
|
787271 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-5
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 2.69-4
|
|
|
787271 |
- Modernize the spec a bit and add Carp to BRs
|
|
|
787271 |
|
|
|
787271 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2
|
|
|
787271 |
- Perl 5.16 rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1
|
|
|
787271 |
- Update to 2.69:
|
|
|
787271 |
- Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769)
|
|
|
787271 |
- Fix the imports on t/io_multihomed6.t (CPAN RT#72769)
|
|
|
787271 |
- Update the link to the repository in Build.PL
|
|
|
787271 |
- BR: perl(IO::Socket)
|
|
|
787271 |
- BR: perl(Socket)
|
|
|
787271 |
- Use %%{_fixperms} macro instead of our own chmod incantation
|
|
|
787271 |
|
|
|
787271 |
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1
|
|
|
787271 |
- 2.67 bump
|
|
|
787271 |
|
|
|
787271 |
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3
|
|
|
787271 |
- Perl mass rebuild
|
|
|
787271 |
|
|
|
787271 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
|
|
|
787271 |
- Update to 2.66
|
|
|
787271 |
- Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
|
|
|
787271 |
- Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
|
|
|
787271 |
- Add test listen_port_only.t
|
|
|
787271 |
- Solved problems with multihomed and family order (CPAN RT#57676)
|
|
|
787271 |
- Fix select timeout issue in t/io_multihomed6.t
|
|
|
787271 |
- Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
|
|
|
787271 |
- Made the "use Socket" call import constants selectively, and not rely on
|
|
|
787271 |
@EXPORT's whims
|
|
|
787271 |
|
|
|
787271 |
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
|
|
|
787271 |
- s/PERL_INSTALL_ROOT/DESTDIR/
|
|
|
787271 |
- re-enable the test suite
|
|
|
787271 |
- BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
787271 |
|
|
|
787271 |
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3
|
|
|
787271 |
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
787271 |
|
|
|
787271 |
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2
|
|
|
787271 |
- Mass rebuild with perl-5.12.0
|
|
|
787271 |
|
|
|
787271 |
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1
|
|
|
787271 |
- new upstream version
|
|
|
787271 |
|
|
|
787271 |
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4
|
|
|
787271 |
- fix the source url
|
|
|
787271 |
|
|
|
787271 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3
|
|
|
787271 |
- rebuild against perl 5.10.1
|
|
|
787271 |
|
|
|
787271 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1
|
|
|
787271 |
- 2.56
|
|
|
787271 |
|
|
|
787271 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2
|
|
|
787271 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
787271 |
|
|
|
787271 |
* Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1
|
|
|
787271 |
- 2.54
|
|
|
787271 |
|
|
|
787271 |
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5
|
|
|
787271 |
- Rebuild for perl 5.10 (again)
|
|
|
787271 |
|
|
|
787271 |
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4
|
|
|
787271 |
- rebuild for new perl
|
|
|
787271 |
|
|
|
787271 |
* Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3
|
|
|
787271 |
- Merge Review(#226263) Spec cleanup
|
|
|
787271 |
|
|
|
787271 |
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1
|
|
|
787271 |
- correct license tag
|
|
|
787271 |
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
787271 |
|
|
|
787271 |
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2
|
|
|
787271 |
- minor spec fixes (#197821)
|
|
|
787271 |
|
|
|
787271 |
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1
|
|
|
787271 |
- initial Fedora package
|