perl-AnyEvent-AIO-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. Name: perl-AnyEvent-AIO
  2. Version: 1.1
  3. Release: 3%{?_dist_release}
  4. Summary: Truly asynchronous file and directrory I/O
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/AnyEvent-AIO/
  8. Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. BuildRequires: perl(IO::AIO)
  15. BuildRequires: perl(AnyEvent)
  16. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  17. %description
  18. Truly asynchronous file and directrory I/O.
  19. %prep
  20. %setup -q -n AnyEvent-AIO-%{version}
  21. %build
  22. %{__perl} Makefile.PL INSTALLDIRS=vendor
  23. make %{?_smp_mflags}
  24. %install
  25. rm -rf %{buildroot}
  26. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  27. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  28. %check
  29. make test
  30. %clean
  31. rm -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %license COPYING
  35. %doc README
  36. %{perl_vendorlib}/*
  37. %{_mandir}/man3/*.3*
  38. %changelog
  39. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1-3
  40. - rebuilt with perl-5.26.
  41. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.1-2
  42. - build with Perl 5.16
  43. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
  44. - initial build for Vine Linux
  45. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  47. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-7
  48. - Perl mass rebuild
  49. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  51. * Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-5
  52. - 661697 rebuild for fixing problems with vendorach/lib
  53. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1-4
  54. - Mass rebuild with perl-5.12.0
  55. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.1-3
  56. - rebuild against perl 5.10.1
  57. * Wed Jul 29 2009 kwizart < kwizart at gmail.com > - 1.1-2
  58. - Update to 1.1
  59. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  61. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  63. * Sat Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
  64. - Initial package.