perl-Pod-Coverage-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. Name: perl-Pod-Coverage
  2. Version: 0.23
  3. Release: 1%{?_dist_release}
  4. Summary: Checks if the documentation of a module is comprehensive
  5. Summary(ja): Checks if the documentation of a module is comprehensive
  6. License: GPL+ or Artistic
  7. Group: Development/Libraries
  8. URL: http://search.cpan.org/dist/Pod-Coverage/
  9. Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. BuildRequires: perl(Devel::Symdump)
  13. BuildRequires: perl(Module::Build)
  14. BuildRequires: perl(Test::Pod)
  15. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. Developers hate writing documentation. They'd hate it even more if their
  20. computer tattled on them, but maybe they'll be even more thankful in the
  21. long run. Even if not, perlmodstyle tells you to, so you must obey.
  22. This module provides a mechanism for determining if the pod for a given
  23. module is comprehensive.
  24. %prep
  25. %setup -q -n Pod-Coverage-%{version}
  26. %build
  27. perl Makefile.PL INSTALLDIRS=vendor
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make pure_install DESTDIR=%{buildroot}
  32. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  33. %{_fixperms} %{buildroot}/*
  34. %check
  35. make test
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc Changes examples/
  41. %{_bindir}/*
  42. %{perl_vendorlib}/*
  43. %{_mandir}/man3/*
  44. %changelog
  45. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23-1
  46. - new upstream release.
  47. - rebuilt with perl-5.26.
  48. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
  49. - build with Perl 5.16
  50. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.21-1
  51. - new upstream release
  52. - add Vendor and Distribution tags
  53. - drop README in %%files: upstream deleted
  54. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
  55. - initial build for Vine Linux
  56. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
  57. - Rebuild for perl 5.10 (again), second pass with tests enabled
  58. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
  59. - Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
  60. * Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
  61. - Update to 0.19.
  62. - Use fixperms macro instead of our own chmod incantation.
  63. - Reformat to match cpanspec output.
  64. * Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
  65. - rebuild 2, enable Test::Pod, tests
  66. * Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
  67. - rebuild (first pass, no tests, no Test::Pod)
  68. * Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
  69. - Version 0.18 is now a noarch package.
  70. * Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
  71. - Update to 0.18.
  72. * Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
  73. - Rebuild for FC5 (perl 5.8.8).
  74. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
  75. - Add dist tag.
  76. * Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
  77. - Avoid .packlist creation with Module::Build >= 0.2609.
  78. - Trust that %%{perl_vendorlib} is defined.
  79. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  80. - rebuilt
  81. * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
  82. - Update to 0.17.
  83. * Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
  84. - Update to 0.16.
  85. * Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
  86. - First build.