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