perl-File-Slurp-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Name: perl-File-Slurp
  2. Version: 9999.27
  3. Release: 4%{?_dist_release}
  4. Summary: Efficient Reading/Writing of Complete Files
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/File-Slurp/
  8. Source0: http://www.cpan.org/modules/by-module/File/File-Slurp-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(Test::Pod::Coverage)
  13. BuildRequires: perl(Test::Pod)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: shaolin
  18. %{?perl_default_filter}
  19. %description
  20. This module provides subs that allow you to read or write entire files with
  21. one simple call. They are designed to be simple to use, have flexible ways
  22. to pass in or get the file contents and to be very efficient. There is also
  23. a sub to read in all the files in a directory other than . and ..
  24. These slurp/spew subs work for files, pipes and sockets, and stdio,
  25. pseudo-files, and DATA.
  26. %prep
  27. %setup -q -n File-Slurp-%{version}
  28. iconv -f iso8859-1 -t UTF-8 Changes > Changes~
  29. mv Changes~ Changes
  30. find \( -executable -a -type f \) -exec chmod -x {} \;
  31. %{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' extras/slurp_bench.pl
  32. %build
  33. %{__perl} Makefile.PL INSTALLDIRS=vendor
  34. make %{?_smp_mflags}
  35. %install
  36. rm -rf ${RPM_BUILD_ROOT}
  37. make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
  38. find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
  39. find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2>/dev/null ';'
  40. chmod -R u+w ${RPM_BUILD_ROOT}/*
  41. %check
  42. make test
  43. %clean
  44. rm -rf ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-,root,root,-)
  47. # For license text(s), see the perl package.
  48. %doc Changes README extras/
  49. %{perl_vendorlib}/File
  50. %{_mandir}/man3/*
  51. %changelog
  52. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9999.27-1
  53. - new upstream release.
  54. - rebuilt with perl-5.26.
  55. * Sat Nov 8 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 9999.19-3
  56. - rebuilt with perl 5.16.3
  57. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 9999.19-2
  58. - rebuild
  59. * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 9999.19-1
  60. - initial build for Vine Linux
  61. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9999.19-3
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  63. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 9999.19-2
  64. - Perl mass rebuild
  65. * Wed Jun 08 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.19-1
  66. - Upstream update.
  67. * Sun May 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.18-1
  68. - Upstream update.
  69. * Thu Apr 28 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.16-1
  70. - Upstream update.
  71. * Tue Mar 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.15-1
  72. - Upstream update.
  73. - Add perl_default_filter.
  74. - Fix encoding of "Changes".
  75. - Spec cleanup.
  76. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9999.13-10
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  78. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 9999.13-9
  79. - 661697 rebuild for fixing problems with vendorach/lib
  80. * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 9999.13-8
  81. - Mass rebuild with perl-5.12.0
  82. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 9999.13-7
  83. - rebuild against perl 5.10.1
  84. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9999.13-6
  85. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  86. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9999.13-5
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  88. * Wed Jul 09 2008 Ralf Corsépius <rc040203@freenet.de> - 9999.13-4
  89. - Re-activate tests.
  90. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9999.13-3
  91. - Rebuild for perl 5.10 (again)
  92. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9999.13-2
  93. - disable tests, due to wacky Fedora builders
  94. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9999.13-1
  95. - go to 9999.13 to fix build failures against perl 5.10.0
  96. * Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9999.12-4
  97. - rebuild for new perl
  98. * Sun Sep 02 2007 Ralf Corsépius <rc040203@freenet.de> - 9999.12-3
  99. - Update license tag.
  100. - BR: perl(ExtUtils::MakeMaker).
  101. * Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 9999.12-2
  102. - Mass rebuild.
  103. * Sat Mar 18 2006 Ralf Corsépius <rc040203@freenet.de> - 9999.12-1
  104. - Upstream update.
  105. * Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 9999.11-2
  106. - Rebuild for perl-5.8.8.
  107. * Wed Feb 01 2006 Ralf Corsépius <rc040203@freenet.de> - 9999.11-1
  108. - Upstream update.
  109. - BR perl(Test::Pod), perl(Test::Pod::Coverage).