perl-Test-Pod-Coverage-vl.spec 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Name: perl-Test-Pod-Coverage
  2. Version: 1.10
  3. Release: 1%{?_dist_release}
  4. Summary: Check for pod coverage in your distribution
  5. Summary(ja): Check for pod coverage in your distribution
  6. Group: Development/Libraries
  7. License: GPL or Artistic
  8. URL: http://search.cpan.org/dist/Test-Pod-Coverage/
  9. Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. BuildRequires: perl(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. %description
  18. Checks for POD coverage in files for your distribution.
  19. %prep
  20. %setup -q -n Test-Pod-Coverage-%{version}
  21. %build
  22. %{__perl} Makefile.PL INSTALLDIRS=vendor
  23. make %{?_smp_mflags}
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  27. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  28. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  29. chmod -R u+w $RPM_BUILD_ROOT/*
  30. %check
  31. make test
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc Changes
  37. %{perl_vendorlib}/Test/
  38. %{_mandir}/man3/*.3pm*
  39. %changelog
  40. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10-1
  41. - new upstream release.
  42. - rebuilt with perl-5.26.
  43. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
  44. - build with Perl 5.16
  45. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.08-2
  46. - build with perl 5.12.3
  47. - add Vendor and Distribution tags
  48. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
  49. - initial build for Vine Linux
  50. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
  51. - Rebuild for perl 5.10 (again)
  52. * Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
  53. - rebuild for new perl
  54. * Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
  55. - Rebuild for FC6.
  56. * Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
  57. - Rebuild for FC5 (perl 5.8.8).
  58. * Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
  59. - Update to 1.08.
  60. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
  61. - Add dist tag.
  62. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
  63. - rebuilt
  64. * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
  65. - Update to 1.06.
  66. * Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
  67. - First build.