76e6d5
Name:           perl-IO-Socket-INET6
76e6d5
Version:        2.69
76e6d5
Release:        5%{?dist}
76e6d5
Summary:        Perl Object interface for AF_INET|AF_INET6 domain sockets
76e6d5
Group:          Development/Libraries
76e6d5
License:        GPL+ or Artistic
76e6d5
URL:            http://search.cpan.org/~mondejar/IO-Socket-INET6/
76e6d5
Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz
76e6d5
BuildArch:      noarch
76e6d5
BuildRequires:  perl
76e6d5
BuildRequires:  perl(Carp)
76e6d5
BuildRequires:  perl(Config)
76e6d5
BuildRequires:  perl(Errno)
76e6d5
BuildRequires:  perl(ExtUtils::MakeMaker)
76e6d5
BuildRequires:  perl(IO::Socket)
76e6d5
BuildRequires:  perl(Socket)
76e6d5
BuildRequires:  perl(Socket6)
76e6d5
BuildRequires:  perl(strict)
76e6d5
BuildRequires:  perl(Test::More)
76e6d5
BuildRequires:  perl(Test::Pod) >= 1.14
76e6d5
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
76e6d5
BuildRequires:  perl(utf8)
76e6d5
BuildRequires:  perl(warnings)
76e6d5
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
76e6d5
76e6d5
%description
76e6d5
IO::Socket::INET6 provides an object interface to creating and using
76e6d5
sockets in either AF_INET or AF_INET6 domains. It is built upon the
76e6d5
IO::Socket interface and inherits all the methods defined by IO::Socket.
76e6d5
76e6d5
%prep
76e6d5
%setup -q -n IO-Socket-INET6-%{version}
76e6d5
76e6d5
%build
76e6d5
perl Makefile.PL INSTALLDIRS=vendor
76e6d5
make %{?_smp_mflags}
76e6d5
76e6d5
%install
76e6d5
make pure_install DESTDIR=%{buildroot}
76e6d5
find %{buildroot} -type f -name .packlist -exec rm -f {} +
76e6d5
%{_fixperms} %{buildroot}
76e6d5
76e6d5
%check
76e6d5
make test
76e6d5
76e6d5
%files
76e6d5
%doc README ChangeLog
76e6d5
%{perl_vendorlib}/IO/
76e6d5
%{_mandir}/man3/IO::Socket::INET6.3*
76e6d5
76e6d5
%changelog
76e6d5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.69-5
76e6d5
- Mass rebuild 2013-12-27
76e6d5
76e6d5
* Thu Aug 01 2013 Petr Šabata <contyk@redhat.com> - 2.69-4.1
76e6d5
- Add a better description
76e6d5
- Fix the dependency list
76e6d5
76e6d5
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 2.69-4
76e6d5
- Modernize the spec a bit and add Carp to BRs
76e6d5
76e6d5
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
76e6d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
76e6d5
76e6d5
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2
76e6d5
- Perl 5.16 rebuild
76e6d5
76e6d5
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1
76e6d5
- Update to 2.69:
76e6d5
  - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769)
76e6d5
  - Fix the imports on t/io_multihomed6.t (CPAN RT#72769)
76e6d5
  - Update the link to the repository in Build.PL
76e6d5
- BR: perl(IO::Socket)
76e6d5
- BR: perl(Socket)
76e6d5
- Use %%{_fixperms} macro instead of our own chmod incantation
76e6d5
76e6d5
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1
76e6d5
- 2.67 bump
76e6d5
76e6d5
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3
76e6d5
- Perl mass rebuild
76e6d5
76e6d5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2
76e6d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76e6d5
76e6d5
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
76e6d5
- Update to 2.66
76e6d5
  - Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
76e6d5
  - Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
76e6d5
  - Add test listen_port_only.t
76e6d5
  - Solved problems with multihomed and family order (CPAN RT#57676)
76e6d5
  - Fix select timeout issue in t/io_multihomed6.t
76e6d5
  - Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
76e6d5
  - Made the "use Socket" call import constants selectively, and not rely on
76e6d5
    @EXPORT's whims
76e6d5
76e6d5
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
76e6d5
- s/PERL_INSTALL_ROOT/DESTDIR/
76e6d5
- re-enable the test suite
76e6d5
- BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
76e6d5
76e6d5
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3
76e6d5
- Rebuild to fix problems with vendorarch/lib (#661697)
76e6d5
76e6d5
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2
76e6d5
- Mass rebuild with perl-5.12.0
76e6d5
76e6d5
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1
76e6d5
- new upstream version
76e6d5
76e6d5
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4
76e6d5
- fix the source url
76e6d5
76e6d5
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3
76e6d5
- rebuild against perl 5.10.1
76e6d5
76e6d5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2
76e6d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76e6d5
76e6d5
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1
76e6d5
- 2.56
76e6d5
76e6d5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2
76e6d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76e6d5
76e6d5
* Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1
76e6d5
- 2.54
76e6d5
76e6d5
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5
76e6d5
- Rebuild for perl 5.10 (again)
76e6d5
76e6d5
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4
76e6d5
- rebuild for new perl
76e6d5
76e6d5
* Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3
76e6d5
- Merge Review(#226263) Spec cleanup
76e6d5
76e6d5
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1
76e6d5
- correct license tag
76e6d5
- add BR: perl(ExtUtils::MakeMaker)
76e6d5
76e6d5
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2
76e6d5
- minor spec fixes (#197821)
76e6d5
76e6d5
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1
76e6d5
- initial Fedora package