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

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