perl-Params-Util-vl.spec 6.6 KB

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