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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: perl-Test-Pod-Coverage
  2. Version: 1.08
  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. %description
  16. Checks for POD coverage in files for your distribution.
  17. %prep
  18. %setup -q -n Test-Pod-Coverage-%{version}
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  25. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  26. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  27. chmod -R u+w $RPM_BUILD_ROOT/*
  28. %check
  29. make test
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc Changes
  35. %{perl_vendorlib}/Test/
  36. %{_mandir}/man3/*.3pm*
  37. %changelog
  38. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
  39. - initial build for Vine Linux
  40. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
  41. - Rebuild for perl 5.10 (again)
  42. * Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
  43. - rebuild for new perl
  44. * Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
  45. - Rebuild for FC6.
  46. * Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
  47. - Rebuild for FC5 (perl 5.8.8).
  48. * Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
  49. - Update to 1.08.
  50. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
  51. - Add dist tag.
  52. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
  53. - rebuilt
  54. * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
  55. - Update to 1.06.
  56. * Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
  57. - First build.