c8-stream-5.24
imports/c8-stream-5.24/perl-IO-Socket-INET6-2.72-12.module_el8.1.0+224+75158c84
commit
eebdacb3af
@ -0,0 +1 @@
|
||||
SOURCES/IO-Socket-INET6-2.72.tar.gz
|
@ -0,0 +1 @@
|
||||
37917b558b71cad29aaf2b4791a99684341a1793 SOURCES/IO-Socket-INET6-2.72.tar.gz
|
@ -0,0 +1,205 @@
|
||||
%if ! (0%{?rhel})
|
||||
%{bcond_without perl_IO_Socket_INET6_enables_optional_test}
|
||||
%else
|
||||
%{bcond_with perl_IO_Socket_INET6_enables_optional_test}
|
||||
%endif
|
||||
|
||||
Name: perl-IO-Socket-INET6
|
||||
Version: 2.72
|
||||
Release: 12%{?dist}
|
||||
Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/~mondejar/IO-Socket-INET6/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
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)
|
||||
%if %{with perl_IO_Socket_INET6_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::TrailingSpace)
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Perl Object interface for AF_INET|AF_INET6 domain sockets.
|
||||
|
||||
%prep
|
||||
%setup -q -n IO-Socket-INET6-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc ChangeLog README
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::Socket::INET6.3*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-10
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-8
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.72-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.72-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-5
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Thu May 21 2015 Paul Howarth <paul@city-fan.org> - 2.72-4
|
||||
- Classify buildreqs by usage
|
||||
- Use %%license
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.72-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.72-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2014 Paul Howarth <paul@city-fan.org> - 2.72-1
|
||||
- Update to 2.72
|
||||
- Add minimum version of perl to 5.8.x
|
||||
- Add LICENSE file
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.71-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2.71-2
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Sun Jun 23 2013 Paul Howarth <paul@city-fan.org> - 2.71-1
|
||||
- Update to 2.71 (typo fixes - CPAN RT#73143, CPAN RT#86344)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 2.69-4
|
||||
- Modernize the spec a bit and add Carp to BRs
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1
|
||||
- Update to 2.69:
|
||||
- Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769)
|
||||
- Fix the imports on t/io_multihomed6.t (CPAN RT#72769)
|
||||
- Update the link to the repository in Build.PL
|
||||
- BR: perl(IO::Socket)
|
||||
- BR: perl(Socket)
|
||||
- Use %%{_fixperms} macro instead of our own chmod incantation
|
||||
|
||||
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1
|
||||
- 2.67 bump
|
||||
|
||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3
|
||||
- Perl mass rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
|
||||
- Update to 2.66
|
||||
- Fix 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
|
||||
- Solved problems with multihomed and family order (CPAN RT#57676)
|
||||
- Fix select timeout issue in t/io_multihomed6.t
|
||||
- Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
|
||||
- Made the "use Socket" call import constants selectively, and not rely on
|
||||
@EXPORT's whims
|
||||
|
||||
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
|
||||
- s/PERL_INSTALL_ROOT/DESTDIR/
|
||||
- re-enable the test suite
|
||||
- BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
|
||||
|
||||
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3
|
||||
- Rebuild to fix problems with vendorarch/lib (#661697)
|
||||
|
||||
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1
|
||||
- new upstream version
|
||||
|
||||
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4
|
||||
- fix the source url
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1
|
||||
- 2.56
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1
|
||||
- 2.54
|
||||
|
||||
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5
|
||||
- Rebuild for perl 5.10 (again)
|
||||
|
||||
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4
|
||||
- rebuild for new perl
|
||||
|
||||
* Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3
|
||||
- Merge Review(#226263) Spec cleanup
|
||||
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2
|
||||
- minor spec fixes (#197821)
|
||||
|
||||
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1
|
||||
- initial Fedora package
|
Loading…
Reference in new issue