252cbf
Name:           perl-Socket6
252cbf
Version:        0.28
252cbf
Release:        6%{?dist}
252cbf
Summary:        IPv6 related part of the C socket.h defines and structure manipulators
252cbf
License:        BSD
252cbf
URL:            http://search.cpan.org/dist/Socket6/
252cbf
Source0:        http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
252cbf
# Build:
252cbf
BuildRequires:  coreutils
252cbf
BuildRequires:  findutils
252cbf
BuildRequires:  gcc
252cbf
BuildRequires:  make
252cbf
BuildRequires:  perl-interpreter
252cbf
BuildRequires:  perl-devel
252cbf
BuildRequires:  perl-generators
252cbf
BuildRequires:  perl(Config)
252cbf
BuildRequires:  perl(ExtUtils::MakeMaker)
252cbf
# Module:
252cbf
BuildRequires:  perl(base)
252cbf
BuildRequires:  perl(Carp)
252cbf
BuildRequires:  perl(DynaLoader)
252cbf
BuildRequires:  perl(Exporter)
252cbf
BuildRequires:  perl(strict)
252cbf
BuildRequires:  perl(vars)
252cbf
# Tests:
252cbf
BuildRequires:  perl(Socket)
252cbf
BuildRequires:  perl(Test)
252cbf
# Run-time:
252cbf
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
252cbf
252cbf
# Filter the Perl extension module
252cbf
%{?perl_default_filter}
252cbf
252cbf
%description
252cbf
This module supports getaddrinfo() and getnameinfo() to intend to enable
252cbf
protocol independent programming. If your environment supports IPv6, IPv6
252cbf
related defines such as AF_INET6 are included.
252cbf
252cbf
%prep
252cbf
%setup -q -n Socket6-%{version}
252cbf
252cbf
%build
252cbf
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
252cbf
make %{?_smp_mflags}
252cbf
252cbf
%install
252cbf
make pure_install DESTDIR=%{buildroot}
252cbf
find %{buildroot} -type f -name .packlist -delete
252cbf
find %{buildroot} -type f -name '*.bs' -empty -delete
252cbf
%{_fixperms} %{buildroot}
252cbf
252cbf
%check
252cbf
make test
252cbf
252cbf
%files
252cbf
%doc ChangeLog README gailookup.pl
252cbf
%{perl_vendorarch}/Socket6.pm
252cbf
%{perl_vendorarch}/auto/Socket6/
252cbf
%{_mandir}/man3/Socket6.3*
252cbf
252cbf
%changelog
252cbf
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-6
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
252cbf
252cbf
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-5
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
252cbf
252cbf
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-4
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
252cbf
252cbf
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-3
252cbf
- Perl 5.26 rebuild
252cbf
252cbf
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-2
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
252cbf
252cbf
* Mon Jul 11 2016 Paul Howarth <paul@city-fan.org> - 0.28-1
252cbf
- Update to 0.28
252cbf
  - aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may return an
252cbf
    IPv4-compatible IPv6 address (CPAN RT#113950)
252cbf
- BR: perl-generators
252cbf
252cbf
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-2
252cbf
- Perl 5.24 rebuild
252cbf
252cbf
* Wed Mar 23 2016 Paul Howarth <paul@city-fan.org> - 0.27-1
252cbf
- Update to 0.27
252cbf
  - t/use.t: We still support an environment where AF_INET6 is not defined
252cbf
252cbf
* Fri Mar 18 2016 Paul Howarth <paul@city-fan.org> - 0.26-1
252cbf
- Update to 0.26
252cbf
  - gailookup.pl.in: Add -P option to ease specification of port number
252cbf
  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
252cbf
  - gailookup.pl.in: Add -r option to do reverse lookup
252cbf
  - System inet_ntop broken in darwin (CPAN RT#113005)
252cbf
  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
252cbf
- Simplify find commands using -delete
252cbf
- Explicitly BR: perl-devel, needed for EXTERN.h
252cbf
252cbf
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-8
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
252cbf
252cbf
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-7
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
252cbf
252cbf
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-6
252cbf
- Perl 5.22 rebuild
252cbf
252cbf
* Thu May 21 2015 Paul Howarth <paul@city-fan.org> - 0.25-5
252cbf
- Drop workaround for CPAN RT#66811, fixed upstream
252cbf
- Tidy spec
252cbf
252cbf
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-4
252cbf
- Perl 5.20 rebuild
252cbf
252cbf
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-3
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
252cbf
252cbf
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-2
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
252cbf
252cbf
* Tue Feb 25 2014 Petr Šabata <contyk@redhat.com> - 0.25-1
252cbf
- 0.25 bump
252cbf
- Modernize the spec somewhat
252cbf
252cbf
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-15
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
252cbf
252cbf
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.23-14
252cbf
- Perl 5.18 rebuild
252cbf
252cbf
* Fri Apr 19 2013 Petr Pisar <ppisar@redhat.com> - 0.23-13
252cbf
- Produce manual pages (CPAN RT #66811)
252cbf
252cbf
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-12
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
252cbf
252cbf
* Fri Aug 17 2012 Petr Pisar <ppisar@redhat.com> - 0.23-11
252cbf
- Specify all dependencies
252cbf
252cbf
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-10
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
252cbf
252cbf
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.23-9
252cbf
- Perl 5.16 rebuild
252cbf
252cbf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-8
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
252cbf
252cbf
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.23-7
252cbf
- Perl mass rebuild
252cbf
252cbf
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-6
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
252cbf
252cbf
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.23-5
252cbf
- Rebuild to fix problems with vendorarch/lib (#661697)
252cbf
252cbf
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.23-4
252cbf
- Mass rebuild with perl-5.12.0
252cbf
252cbf
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.23-3
252cbf
- Rebuild against perl 5.10.1
252cbf
252cbf
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-2
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
252cbf
252cbf
* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 0.23-1
252cbf
- 0.23
252cbf
252cbf
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-2
252cbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
252cbf
252cbf
* Tue Apr 22 2008 Robert Scheck <robert@fedoraproject.org> - 0.20-1
252cbf
- Upgrade to 0.20 (#443497)
252cbf
252cbf
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-7
252cbf
- Rebuild for perl 5.10 (again)
252cbf
252cbf
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.19-6
252cbf
- Autorebuild for GCC 4.3
252cbf
252cbf
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-5
252cbf
- rebuild for new perl
252cbf
252cbf
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-4.1
252cbf
- add BR: perl(ExtUtils::MakeMaker)
252cbf
252cbf
* Tue Aug 21 2007 Warren Togami <wtogami@redhat.com> - 0.19-4
252cbf
- rebuild
252cbf
252cbf
* Wed Jul 12 2006 Warren Togami <wtogami@redhat.com> - 0.19-3
252cbf
- import into FC6
252cbf
252cbf
* Thu May 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-2
252cbf
- License: BSD (http://www.opensource.org/licenses/bsd-license.php).
252cbf
252cbf
* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-1
252cbf
- First build.