perl-IO-AIO-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. Name: perl-IO-AIO
  2. Version: 4.76
  3. Release: 1%{?_dist_release}
  4. Summary: Asynchronous Input/Output
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/pod/IO::AIO
  10. Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: perl >= 2:5.8.2
  13. BuildRequires: perl(Carp)
  14. BuildRequires: perl(common::sense)
  15. BuildRequires: perl(ExtUtils::MakeMaker)
  16. BuildRequires: perl(Canary::Stability)
  17. BuildRequires: libxcrypt-devel
  18. BuildRequires: libnsl2-devel
  19. Requires: perl
  20. %{?perl_default_filter}
  21. %description
  22. This module implements asynchronous I/O using whatever means your operating
  23. system supports.
  24. %debug_package
  25. %prep
  26. %setup -q -n IO-AIO-%{version}
  27. %build
  28. PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
  29. INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf %{buildroot}
  33. make pure_install DESTDIR=%{buildroot}
  34. # Remove script we don't want packaged
  35. rm -f %{buildroot}%{_bindir}/treescan
  36. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  37. find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
  38. find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
  39. %{_fixperms} %{buildroot}
  40. %check
  41. make test
  42. %clean
  43. rm -rf %{buildroot}
  44. %files
  45. %defattr(-,root,root,-)
  46. %license COPYING
  47. %doc Changes README
  48. %{perl_vendorarch}/auto/IO/
  49. %{perl_vendorarch}/IO/
  50. %{_mandir}/man1/treescan.1*
  51. %{_mandir}/man3/IO::AIO.3pm*
  52. %changelog
  53. * Wed Nov 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.76-1
  54. - new upstream release.
  55. - rebuilt with perl-5.34.0.
  56. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.72-1
  57. - new upstream release.
  58. - rebuilt with perl-5.26.
  59. - added BR:libxcrypt-devel,libnsl2-devel.
  60. * Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.32-1
  61. - new upstream release
  62. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.12-2
  63. - build with Perl 5.16
  64. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.12-1
  65. - initial build for Vine Linux
  66. * Thu Feb 2 2012 Paul Howarth <paul@city-fan.org> - 4.12-1
  67. - Update to 4.12 (see Changes file for details)
  68. - INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was);
  69. see FORK BEHAVIOUR in manpage for details
  70. - BR: perl(Carp)
  71. - Reinstate compatibility with old distributions such as EL-5
  72. - Add back BuildRoot definition and cleaning
  73. - Use DESTDIR rather than PERL_INSTALL_ROOT
  74. - Don't use macros for commands
  75. - Use tabs
  76. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.71-4
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  78. * Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.71-3
  79. - Perl mass rebuild
  80. * Thu Mar 10 2011 Paul Howarth <paul@city-fan.org> - 3.71-2
  81. - Spec cleanup
  82. - Use %%{?perl_default_filter} instead of our own custom provides filter
  83. * Wed Feb 9 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.71-1
  84. - Upstream released new version
  85. * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.65-3
  86. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  87. * Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.65-2
  88. - Rebuild to fix problems with vendorarch/lib (#661697)
  89. * Thu Jun 24 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.65-1
  90. - Upstream released new version
  91. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.17-5
  92. - Mass rebuild with perl-5.12.0
  93. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 3.17-4
  94. - Rebuild against perl 5.10.1
  95. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17-3
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  97. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17-2
  98. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  99. * Thu Dec 18 2008 Nicolas Chauvet <kwizart@gmail.com> - 3.17-1
  100. - Update to 3.17
  101. * Sun Nov 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.16-1
  102. - Upstream release new version
  103. * Mon Mar 03 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2
  104. - Rebuild for new perl (again)
  105. * Sat Feb 09 2008 Ruben Kerkhof <ruben@rubenkerkhof.com> - 2.51-1
  106. - Sync with upstream
  107. * Thu Feb 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.33-2
  108. - Rebuild for new perl
  109. * Sun May 13 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> - 2.33-1
  110. - Initial import