| 1 | Name: perl-IO-Socket-INET6 |
|---|
| 2 | Version: 2.72 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets |
|---|
| 5 | Group: Development/Libraries |
|---|
| 6 | License: GPL+ or Artistic |
|---|
| 7 | URL: http://search.cpan.org/~mondejar/IO-Socket-INET6/ |
|---|
| 8 | Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz |
|---|
| 9 | BuildArch: noarch |
|---|
| 10 | BuildRequires: perl(Carp) |
|---|
| 11 | BuildRequires: perl(ExtUtils::MakeMaker) |
|---|
| 12 | BuildRequires: perl(IO::Socket) |
|---|
| 13 | BuildRequires: perl(Socket) |
|---|
| 14 | BuildRequires: perl(Socket6) |
|---|
| 15 | BuildRequires: perl(Test::More) |
|---|
| 16 | BuildRequires: perl(Test::Pod) |
|---|
| 17 | BuildRequires: perl(Test::Pod::Coverage) |
|---|
| 18 | Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) |
|---|
| 19 | |
|---|
| 20 | %description |
|---|
| 21 | Perl Object interface for AF_INET|AF_INET6 domain sockets. |
|---|
| 22 | |
|---|
| 23 | %prep |
|---|
| 24 | %setup -q -n IO-Socket-INET6-%{version} |
|---|
| 25 | |
|---|
| 26 | %build |
|---|
| 27 | perl Makefile.PL INSTALLDIRS=vendor |
|---|
| 28 | make %{?_smp_mflags} |
|---|
| 29 | |
|---|
| 30 | %install |
|---|
| 31 | make pure_install DESTDIR=%{buildroot} |
|---|
| 32 | find %{buildroot} -type f -name .packlist -exec rm -f {} ';' |
|---|
| 33 | %{_fixperms} %{buildroot} |
|---|
| 34 | |
|---|
| 35 | %check |
|---|
| 36 | make test |
|---|
| 37 | |
|---|
| 38 | %files |
|---|
| 39 | %doc README ChangeLog |
|---|
| 40 | %{perl_vendorlib}/IO/ |
|---|
| 41 | %{_mandir}/man3/IO::Socket::INET6.3pm* |
|---|
| 42 | |
|---|
| 43 | %changelog |
|---|
| 44 | * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.72-1 |
|---|
| 45 | - new upstream release. |
|---|
| 46 | |
|---|
| 47 | * Tue Dec 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.69-1 |
|---|
| 48 | - initial build for Vine Linux |
|---|
| 49 | |
|---|
| 50 | * Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 2.69-4 |
|---|
| 51 | - Modernize the spec a bit and add Carp to BRs |
|---|
| 52 | |
|---|
| 53 | * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3 |
|---|
| 54 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
|---|
| 55 | |
|---|
| 56 | * Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2 |
|---|
| 57 | - Perl 5.16 rebuild |
|---|
| 58 | |
|---|
| 59 | * Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1 |
|---|
| 60 | - Update to 2.69: |
|---|
| 61 | - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769) |
|---|
| 62 | - Fix the imports on t/io_multihomed6.t (CPAN RT#72769) |
|---|
| 63 | - Update the link to the repository in Build.PL |
|---|
| 64 | - BR: perl(IO::Socket) |
|---|
| 65 | - BR: perl(Socket) |
|---|
| 66 | - Use %%{_fixperms} macro instead of our own chmod incantation |
|---|
| 67 | |
|---|
| 68 | * Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1 |
|---|
| 69 | - 2.67 bump |
|---|
| 70 | |
|---|
| 71 | * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3 |
|---|
| 72 | - Perl mass rebuild |
|---|
| 73 | |
|---|
| 74 | * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2 |
|---|
| 75 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
|---|
| 76 | |
|---|
| 77 | * Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1 |
|---|
| 78 | - Update to 2.66 |
|---|
| 79 | - Fix inet_pton/inet_ntop import warnings (CPAN RT#55901) |
|---|
| 80 | - Fix listening on :: or 0.0.0.0 (CPAN RT#54656) |
|---|
| 81 | - Add test listen_port_only.t |
|---|
| 82 | - Solved problems with multihomed and family order (CPAN RT#57676) |
|---|
| 83 | - Fix select timeout issue in t/io_multihomed6.t |
|---|
| 84 | - Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198) |
|---|
| 85 | - Made the "use Socket" call import constants selectively, and not rely on |
|---|
| 86 | @EXPORT's whims |
|---|
| 87 | |
|---|
| 88 | * Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4 |
|---|
| 89 | - s/PERL_INSTALL_ROOT/DESTDIR/ |
|---|
| 90 | - re-enable the test suite |
|---|
| 91 | - BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage) |
|---|
| 92 | |
|---|
| 93 | * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3 |
|---|
| 94 | - Rebuild to fix problems with vendorarch/lib (#661697) |
|---|
| 95 | |
|---|
| 96 | * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2 |
|---|
| 97 | - Mass rebuild with perl-5.12.0 |
|---|
| 98 | |
|---|
| 99 | * Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1 |
|---|
| 100 | - new upstream version |
|---|
| 101 | |
|---|
| 102 | * Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4 |
|---|
| 103 | - fix the source url |
|---|
| 104 | |
|---|
| 105 | * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3 |
|---|
| 106 | - rebuild against perl 5.10.1 |
|---|
| 107 | |
|---|
| 108 | * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2 |
|---|
| 109 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 110 | |
|---|
| 111 | * Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1 |
|---|
| 112 | - 2.56 |
|---|
| 113 | |
|---|
| 114 | * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2 |
|---|
| 115 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 116 | |
|---|
| 117 | * Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1 |
|---|
| 118 | - 2.54 |
|---|
| 119 | |
|---|
| 120 | * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5 |
|---|
| 121 | - Rebuild for perl 5.10 (again) |
|---|
| 122 | |
|---|
| 123 | * Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4 |
|---|
| 124 | - rebuild for new perl |
|---|
| 125 | |
|---|
| 126 | * Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3 |
|---|
| 127 | - Merge Review(#226263) Spec cleanup |
|---|
| 128 | |
|---|
| 129 | * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1 |
|---|
| 130 | - correct license tag |
|---|
| 131 | - add BR: perl(ExtUtils::MakeMaker) |
|---|
| 132 | |
|---|
| 133 | * Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2 |
|---|
| 134 | - minor spec fixes (#197821) |
|---|
| 135 | |
|---|
| 136 | * Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1 |
|---|
| 137 | - initial Fedora package |
|---|