perl-ExtUtils-Helpers-vl.spec 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. Summary: Various portability utilities for module builders
  2. Name: perl-ExtUtils-Helpers
  3. Version: 0.026
  4. Release: 11%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/release/ExtUtils-Helpers
  10. Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
  11. BuildArch: noarch
  12. # Build
  13. BuildRequires: coreutils
  14. BuildRequires: findutils
  15. BuildRequires: make
  16. BuildRequires: perl >= 2:5.34.0
  17. BuildRequires: perl(ExtUtils::MakeMaker)
  18. # Module (File::Copy only needed for VMS support, not packaged)
  19. BuildRequires: perl(Carp)
  20. BuildRequires: perl(Config)
  21. BuildRequires: perl(Exporter)
  22. BuildRequires: perl(File::Basename)
  23. BuildRequires: perl(File::Spec::Functions)
  24. BuildRequires: perl(strict)
  25. BuildRequires: perl(Text::ParseWords)
  26. BuildRequires: perl(warnings)
  27. # Test Suite
  28. BuildRequires: perl(Cwd)
  29. BuildRequires: perl(lib)
  30. BuildRequires: perl(Test::More)
  31. # Runtime
  32. Requires: perl >= 2:5.34.0
  33. %{?perl_default_filter}
  34. %description
  35. This module provides various portable helper functions for module building
  36. modules.
  37. %prep
  38. %setup -q -n ExtUtils-Helpers-%{version}
  39. # Don't include VMS and Windows helpers, which may pull in unwelcome dependencies
  40. rm -f lib/ExtUtils/Helpers/{VMS,Windows}.pm
  41. perl -ni -e 'print unless /^lib\/ExtUtils\/Helpers\/(VMS|Windows)\.pm$/;' MANIFEST
  42. %build
  43. perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
  44. make %{?_smp_mflags}
  45. %install
  46. make pure_install DESTDIR=%{buildroot}
  47. %{_fixperms} -c %{buildroot}
  48. %check
  49. make test
  50. %files
  51. %if 0%{?_licensedir:1}
  52. %license LICENSE
  53. %else
  54. %doc LICENSE
  55. %endif
  56. %doc Changes README
  57. %{perl_vendorlib}/ExtUtils/
  58. %{_mandir}/man3/ExtUtils::Helpers.3*
  59. %{_mandir}/man3/ExtUtils::Helpers::Unix.3*
  60. %changelog
  61. * Sat Nov 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.026-11
  62. - rebuilt with perl-5.34.0.
  63. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.026-10
  64. - initial build for Vine Linux.
  65. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-9
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  67. * Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 0.026-8
  68. - Drop EL-5 support
  69. - Drop BuildRoot: and Group: tags
  70. - Drop explicit buildroot cleaning in %%install section
  71. - Drop explicit %%clean section
  72. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-7
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  74. * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-6
  75. - Perl 5.28 rebuild
  76. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-5
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  78. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-4
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  80. * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-3
  81. - Perl 5.26 rebuild
  82. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-2
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  84. * Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 0.026-1
  85. - Update to 0.026
  86. - Fix Win32 dependency
  87. * Fri Sep 2 2016 Paul Howarth <paul@city-fan.org> - 0.025-1
  88. - Update to 0.025
  89. - Make split_like_shell always unixy
  90. - Remove Module::Load dependency
  91. - Remove done_testing; it requires Test::More 0.88
  92. - Drop VMS and Windows versions to avoid unwelcome dependencies
  93. - Drop now-redundant patch for building with Test::More < 0.88
  94. - Use %%license where possible
  95. - Simplify find command using -delete
  96. * Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-10
  97. - Perl 5.24 re-rebuild of bootstrapped packages
  98. * Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-9
  99. - Perl 5.24 rebuild
  100. * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.022-8
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  102. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.022-7
  103. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  104. * Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-6
  105. - Perl 5.22 re-rebuild of bootstrapped packages
  106. * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-5
  107. - Perl 5.22 rebuild
  108. * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-4
  109. - Perl 5.20 re-rebuild of bootstrapped packages
  110. * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-3
  111. - Perl 5.20 rebuild
  112. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.022-2
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  114. * Fri Mar 7 2014 Paul Howarth <paul@city-fan.org> - 0.022-1
  115. - Update to 0.022
  116. - Cleaned up remains of former functions
  117. - Skip IO layers on <5.8 for 5.6 compatibility
  118. - Don't swallow pl2bat exceptions
  119. - Drop patch for using Text::ParseWords < 3.24; even EL-5 has it
  120. * Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.021-4
  121. - Skip the release tests when bootstrapping
  122. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.021-3
  123. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  124. * Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.021-2
  125. - Perl 5.18 rebuild
  126. * Tue May 7 2013 Paul Howarth <paul@city-fan.org> - 0.021-1
  127. - Update to 0.021
  128. - Always use the right environmental variable for home directory
  129. - Use configuration provided manpage extension
  130. - Update patch for building with Test::More < 0.88
  131. * Mon Apr 29 2013 Paul Howarth <paul@city-fan.org> - 0.020-1
  132. - Update to 0.020
  133. - Fix man3_pagename for top level domains
  134. - Update patch for building with Test::More < 0.88
  135. * Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 0.019-1
  136. - Update to 0.019
  137. - Fix make_executable for '#!/usr/bin/perl'
  138. * Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
  139. - Update to 0.018
  140. - Don't need Pod::Man
  141. - Drop BR: perl(Pod::Man), no longer used
  142. * Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 0.017-1
  143. - Update to 0.017
  144. - Fix man3_pagename to properly split dirs
  145. - Update patch for building with Test::More < 0.88
  146. * Sat Apr 13 2013 Paul Howarth <paul@city-fan.org> - 0.016-1
  147. - Update to 0.016
  148. - Made man3_pagename more flexible with paths
  149. - Reverted pl2bat to a more original state
  150. - Rewrote fixin code
  151. - Re-added detildefy
  152. - Add some fixes to batch file generation
  153. - BR: perl(Carp) and perl(Module::Load), now required by the module
  154. - Drop BR: perl(Test::Kwalitee), no longer used
  155. - Update patch for using Test::ParseWords 3.22
  156. - Drop now-redundant POD encoding patch
  157. * Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.014-2
  158. - Sanitize for Fedora submission
  159. * Sun Mar 31 2013 Paul Howarth <paul@city-fan.org> - 0.014-1
  160. - Initial RPM version