perl-File-Slurp-vl.spec 4.5 KB

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