perl-IO-AIO-vl.spec 4.3 KB

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