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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: perl-Test-Pod-Coverage
  2. Version: 1.08
  3. Release: 3%{?_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. * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
  41. - build with Perl 5.16
  42. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.08-2
  43. - build with perl 5.12.3
  44. - add Vendor and Distribution tags
  45. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
  46. - initial build for Vine Linux
  47. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
  48. - Rebuild for perl 5.10 (again)
  49. * Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
  50. - rebuild for new perl
  51. * Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
  52. - Rebuild for FC6.
  53. * Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
  54. - Rebuild for FC5 (perl 5.8.8).
  55. * Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
  56. - Update to 1.08.
  57. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
  58. - Add dist tag.
  59. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
  60. - rebuilt
  61. * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
  62. - Update to 1.06.
  63. * Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
  64. - First build.