perl-Params-Util-vl.spec 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. Summary: Simple standalone param-checking functions
  2. Name: perl-Params-Util
  3. Version: 1.102
  4. Release: 2%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/pod/Params::Util
  10. Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Params-Util-%{version}.tar.gz
  11. Requires: perl(:MODULE_COMPAT_%perl_abi_version)
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(Test::More)
  14. BuildRequires: perl(File::Spec)
  15. BuildRequires: perl(Scalar::Util)
  16. %debug_package
  17. %description
  18. Params::Util provides a basic set of importable functions that
  19. makes checking parameters a hell of a lot easier.
  20. %prep
  21. %setup -q -n Params-Util-%{version}
  22. %build
  23. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  24. make %{?_smp_mflags}
  25. %install
  26. make pure_install DESTDIR=$RPM_BUILD_ROOT
  27. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  28. find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
  29. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  30. chmod -R u+w $RPM_BUILD_ROOT/*
  31. %check
  32. make test AUTOMATED_TESTING=1
  33. %files
  34. %license LICENSE
  35. %doc Changes
  36. %{perl_vendorarch}/auto/*
  37. %{perl_vendorarch}/Params
  38. %{_mandir}/man3/*
  39. %changelog
  40. * Sat Jun 14 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.102-2
  41. - rebuilt with perl-5.40.
  42. * Wed Nov 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.102-1
  43. - new upstream release.
  44. - rebuilt with perl-5.34.0.
  45. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.07-1
  46. - new upstream release.
  47. - rebuilt with perl-5.26.
  48. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.04-2
  49. - build with Perl 5.16
  50. * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-1
  51. - initial build for Vine Linux
  52. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  54. * Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.04-2
  55. - Perl mass rebuild
  56. * Fri Apr 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-1
  57. - Upstream update.
  58. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  60. * Mon Dec 06 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
  61. - Upstream update.
  62. * Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-2
  63. - Rebuild for perl-5.12.x.
  64. * Fri May 07 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-1
  65. - Upstream update.
  66. - Revert Marcela's 2010-05-04 changes.
  67. - Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod),
  68. perl(Test::CPAN::Meta).
  69. (Reflect upstream having disabled tests depending on them).
  70. * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.00-4
  71. - Mass rebuild with perl-5.12.0
  72. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.00-3
  73. - rebuild against perl 5.10.1
  74. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-2
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  76. * Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.00-1
  77. - Upstream update.
  78. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-2
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  80. * Thu Feb 19 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.38-1
  81. - Upstream update.
  82. * Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.37-1
  83. - Upstream update.
  84. - Pass OPTIMIZE to make.
  85. - Remove *.bs after install.
  86. - Misc. minor spec fixes.
  87. * Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.35-1
  88. - Upstream update.
  89. - Remove BuildArch: noarch (package now is arch'ed).
  90. - Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07.
  91. * Tue Jul 08 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-2
  92. - Unconditionally BR: perl(Test::CPAN::Meta).
  93. * Mon Jun 02 2008 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
  94. - Upstream update.
  95. - Conditionally BR: perl(Test::CPAN::Meta).
  96. - Hack testsuite to accept Test::CPAN::Meta != 0.07.
  97. * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-6
  98. - Rebuild normally, second pass
  99. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-5
  100. - Rebuild for perl 5.10 (again), first pass
  101. * Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-4
  102. - rebuild normally, second pass
  103. * Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3.1
  104. - disable Test::MinimumVersion, tests for first pass
  105. * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-3
  106. - rebuild for new perl
  107. * Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-2
  108. - Add BR: perl(Test::MinimumVersion).
  109. * Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-1
  110. - Upstream update.
  111. * Tue Oct 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-1
  112. - Upstream update.
  113. * Thu Sep 06 2007 Ralf Corsépius <rc040203@freenet.de> - 0.29-1
  114. - Upstream update.
  115. - Update licence tag.
  116. - Conditionally disable AUTOMATED_TESTING.
  117. * Sat Jul 28 2007 Ralf Corsépius <rc040203@freenet.de> - 0.26-1
  118. - Upstream update.
  119. * Wed May 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.25-1
  120. - Upstream update.
  121. * Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.24-1
  122. - Upstream update.
  123. * Mon Mar 12 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-2
  124. - BR: perl(ExtUtils::MakeMaker).
  125. * Fri Mar 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.23-1
  126. - Upstream update.
  127. * Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.22-1
  128. - Upstream update.
  129. * Thu Oct 19 2006 Ralf Corsépius <rc040203@freenet.de> - 0.21-1
  130. - Upstream update.
  131. * Wed Oct 04 2006 Ralf Corsépius <rc040203@freenet.de> - 0.20-1
  132. - Upstream update.
  133. * Mon Sep 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.19-1
  134. - Upstream update.
  135. - Activate AUTOMATED_TESTING (t/99_author.t).
  136. * Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-2
  137. - Mass rebuild.
  138. * Sun Aug 13 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-1
  139. - Upstream update.
  140. * Wed Jul 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.15-1
  141. - Upstream update.
  142. * Sun May 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.14-1
  143. - Upstream update.
  144. * Mon May 08 2006 Ralf Corsépius <rc040203@freenet.de> - 0.13-1
  145. - Upstream update.
  146. * Thu Apr 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
  147. - Upstream update.
  148. * Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-2
  149. - Rebuild for perl-5.8.8.
  150. * Wed Jan 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.10-1
  151. - Upstream update.
  152. * Wed Jan 11 2006 Ralf Corsépius <rc040203@freenet.de> - 0.09-1
  153. - Upstream update.
  154. * Wed Dec 21 2005 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
  155. - Upstream update.
  156. * Wed Oct 12 2005 Ralf Corsepius <rc040203@freenet.de> - 0.07-1
  157. - Upstream update.