perl-IO-Socket-INET6-vl.spec 4.7 KB

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