3793b65
Name:           perl-IO-Socket-INET6
b1648d7
Version:        2.69
88b4ccf
Release:        3%{?dist}
3793b65
Summary:        Perl Object interface for AF_INET|AF_INET6 domain sockets
3793b65
Group:          Development/Libraries
1506690
License:        GPL+ or Artistic
3793b65
URL:            http://search.cpan.org/~mondejar/IO-Socket-INET6/
ade21b0
Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz
3793b65
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3793b65
BuildArch:      noarch
1506690
BuildRequires:  perl(ExtUtils::MakeMaker)
b1648d7
BuildRequires:  perl(IO::Socket)
b1648d7
BuildRequires:  perl(Socket)
ad388a5
BuildRequires:  perl(Socket6)
ad388a5
BuildRequires:  perl(Test::More)
ad388a5
BuildRequires:  perl(Test::Pod)
ad388a5
BuildRequires:  perl(Test::Pod::Coverage)
ad388a5
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
3793b65
3793b65
%description
ad388a5
Perl Object interface for AF_INET|AF_INET6 domain sockets.
ad388a5
3793b65
%prep
3793b65
%setup -q -n IO-Socket-INET6-%{version}
3793b65
3793b65
%build
3793b65
%{__perl} Makefile.PL INSTALLDIRS=vendor
3793b65
make %{?_smp_mflags}
3793b65
3793b65
%install
3793b65
rm -rf $RPM_BUILD_ROOT
ad388a5
make pure_install DESTDIR=$RPM_BUILD_ROOT
3793b65
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
ad388a5
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} ';' 2>/dev/null
b1648d7
%{_fixperms} $RPM_BUILD_ROOT
3793b65
ad388a5
%check
ad388a5
make test
3793b65
3793b65
%clean
3793b65
rm -rf $RPM_BUILD_ROOT
3793b65
3793b65
%files
3793b65
%defattr(-,root,root,-)
paragn 8193b19
%doc README ChangeLog
ad388a5
%{perl_vendorlib}/IO/
ad388a5
%{_mandir}/man3/IO::Socket::INET6.3pm*
ad388a5
3793b65
%changelog
88b4ccf
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
88b4ccf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
88b4ccf
7a4bedf
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2
7a4bedf
- Perl 5.16 rebuild
7a4bedf
b1648d7
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1
b1648d7
- Update to 2.69:
b1648d7
  - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769)
b1648d7
  - Fix the imports on t/io_multihomed6.t (CPAN RT#72769)
b1648d7
  - Update the link to the repository in Build.PL
b1648d7
- BR: perl(IO::Socket)
b1648d7
- BR: perl(Socket)
b1648d7
- Use %%{_fixperms} macro instead of our own chmod incantation
b1648d7
Petr Sabata 3a99817
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1
Petr Sabata 3a99817
- 2.67 bump
Petr Sabata 3a99817
9610169
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3
9610169
- Perl mass rebuild
9610169
93b5b2b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2
93b5b2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
93b5b2b
eb2704e
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
eb2704e
- Update to 2.66
eb2704e
  - Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
eb2704e
  - Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
eb2704e
  - Add test listen_port_only.t
eb2704e
  - Solved problems with multihomed and family order (CPAN RT#57676)
eb2704e
  - Fix select timeout issue in t/io_multihomed6.t
eb2704e
  - Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
eb2704e
  - Made the "use Socket" call import constants selectively, and not rely on
eb2704e
    @EXPORT's whims
eb2704e
ad388a5
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
ad388a5
- s/PERL_INSTALL_ROOT/DESTDIR/
ad388a5
- re-enable the test suite
ad388a5
- BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
ad388a5
7756502
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3
40de9e3
- Rebuild to fix problems with vendorarch/lib (#661697)
7756502
f10b8d0
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2
f10b8d0
- Mass rebuild with perl-5.12.0
f10b8d0
af66b6e
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1
af66b6e
- new upstream version
af66b6e
ade21b0
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4
ade21b0
- fix the source url
ade21b0
9bbfe6d
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3
9bbfe6d
- rebuild against perl 5.10.1
9bbfe6d
1c5ce99
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2
1c5ce99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1c5ce99
cad92a2
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1
cad92a2
- 2.56
cad92a2
e4905ef
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2
e4905ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e4905ef
75fb7d2
* Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1
75fb7d2
- 2.54
75fb7d2
3168b0e
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5
3168b0e
- Rebuild for perl 5.10 (again)
3168b0e
1004f8b
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4
1004f8b
- rebuild for new perl
1004f8b
paragn 8193b19
* Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3
paragn 8193b19
- Merge Review(#226263) Spec cleanup
paragn 8193b19
1506690
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1
1506690
- correct license tag
1506690
- add BR: perl(ExtUtils::MakeMaker)
1506690
3793b65
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2
3793b65
- minor spec fixes (#197821)
3793b65
3793b65
* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1
3793b65
- initial Fedora package