perl-Pod-Coverage-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Name: perl-Pod-Coverage
  2. Version: 0.21
  3. Release: 2%{?_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) >= 2.01
  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} Build.PL installdirs=vendor
  28. ./Build
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
  32. find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
  33. %{_fixperms} $RPM_BUILD_ROOT/*
  34. %check
  35. ./Build 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. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
  46. - build with Perl 5.16
  47. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.21-1
  48. - new upstream release
  49. - add Vendor and Distribution tags
  50. - drop README in %%files: upstream deleted
  51. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
  52. - initial build for Vine Linux
  53. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
  54. - Rebuild for perl 5.10 (again), second pass with tests enabled
  55. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
  56. - Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
  57. * Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
  58. - Update to 0.19.
  59. - Use fixperms macro instead of our own chmod incantation.
  60. - Reformat to match cpanspec output.
  61. * Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
  62. - rebuild 2, enable Test::Pod, tests
  63. * Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
  64. - rebuild (first pass, no tests, no Test::Pod)
  65. * Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
  66. - Version 0.18 is now a noarch package.
  67. * Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
  68. - Update to 0.18.
  69. * Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
  70. - Rebuild for FC5 (perl 5.8.8).
  71. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
  72. - Add dist tag.
  73. * Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
  74. - Avoid .packlist creation with Module::Build >= 0.2609.
  75. - Trust that %%{perl_vendorlib} is defined.
  76. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  77. - rebuilt
  78. * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
  79. - Update to 0.17.
  80. * Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
  81. - Update to 0.16.
  82. * Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
  83. - First build.