perl-IO-Async-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Name: perl-IO-Async
  2. Version: 0.72
  3. Release: 1%{?_dist_release}
  4. Summary: A collection of modules that implement asynchronous filehandle IO
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/IO-Async/
  8. Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{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(Heap)
  15. BuildRequires: perl(Test::Exception)
  16. BuildRequires: perl(Test::More)
  17. BuildRequires: perl(Test::Pod)
  18. BuildRequires: perl(Test::Refcount)
  19. BuildRequires: perl(Test::Warn)
  20. BuildRequires: perl(Time::HiRes)
  21. BuildRequires: perl(Module::Build)
  22. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  23. %description
  24. A collection of modules that implement asynchronous filehandle IO
  25. %prep
  26. %setup -q -n IO-Async-%{version}
  27. %build
  28. %{__perl} Build.PL --installdirs=vendor
  29. ./Build
  30. %install
  31. rm -rf %{buildroot}
  32. ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
  33. %{_fixperms} $RPM_BUILD_ROOT/*
  34. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  35. %check
  36. ./Build test
  37. %clean
  38. rm -rf %{buildroot}
  39. %files
  40. %defattr(-,root,root,-)
  41. %license LICENSE
  42. %doc Changes
  43. %{perl_vendorlib}/*
  44. %{_mandir}/man3/*.3*
  45. %changelog
  46. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.72-1
  47. - new upstream release.
  48. - rebuilt with perl-5.26.
  49. * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.29-2
  50. - build with Perl 5.16
  51. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.29-1
  52. - initial build for Vine Linux
  53. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-7
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  55. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.29-6
  56. - Perl mass rebuild
  57. * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.29-5
  58. - Perl mass rebuild
  59. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-4
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  61. * Wed Dec 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.29-3
  62. - Add BR perl(Time::HiRes)
  63. * Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
  64. - 661697 rebuild for fixing problems with vendorach/lib
  65. * Sun Aug 22 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.29-1
  66. - Update to 0.29
  67. - Add Test::Warn BR
  68. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.28-2
  69. - Mass rebuild with perl-5.12.0
  70. * Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.28-1
  71. - Update to 0.28
  72. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.23-2
  73. - rebuild against perl 5.10.1
  74. * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 0.23-1
  75. - Update to 0.23
  76. * Tue Aug 11 2009 kwizart < kwizart at gmail.com > - 0.22-2
  77. - Add Missing BR
  78. * Mon Jul 20 2009 kwizart < kwizart at gmail.com > - 0.22-1
  79. - Update to 0.22
  80. * Thu Jul 9 2009 kwizart < kwizart at gmail.com > - 0.21-1
  81. - Initial spec