perl-Test-Pod-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Name: perl-Test-Pod
  2. Version: 1.26
  3. Release: 1%{?_dist_release}
  4. Summary: Perl module for checking for POD errors in files
  5. Summary(ja): Perl module for checking for POD errors in files
  6. Group: Development/Libraries
  7. License: GPL+ or Artistic
  8. URL: http://search.cpan.org/dist/Test-Pod/
  9. Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. BuildRequires: perl(Pod::Simple) >= 2.04
  13. BuildRequires: perl(Test::Builder::Tester) >= 1.02
  14. BuildRequires: perl(Test::More) >= 0.62
  15. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  16. %description
  17. %{summary}.
  18. %prep
  19. %setup -q -n Test-Pod-%{version}
  20. %build
  21. %{__perl} Makefile.PL INSTALLDIRS=vendor
  22. make %{?_smp_mflags}
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  26. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  27. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  28. chmod -R u+w $RPM_BUILD_ROOT/*
  29. %check
  30. make test
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc Changes
  36. %{perl_vendorlib}/Test/
  37. %{_mandir}/man3/*.3pm*
  38. %changelog
  39. * Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-1
  40. - initial build for Vine Linux
  41. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-4
  42. - Rebuild for perl 5.10 (again)
  43. * Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-3
  44. - rebuild for new perl
  45. * Thu Dec 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-2
  46. - license tag fix
  47. * Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
  48. - Update to 1.26.
  49. * Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-2
  50. - Rebuild for FC5 (perl 5.8.8).
  51. * Fri Feb 3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
  52. - Update to 1.24.
  53. * Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
  54. - Update to 1.22.
  55. * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
  56. - Add dist tag.
  57. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
  58. - rebuilt
  59. * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
  60. - Update to 1.20.
  61. * Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
  62. - Avoid creation of the perllocal.pod file (make pure_install).
  63. * Mon May 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.16-0.fdr.1
  64. - Update to 1.16, dir handling patch applied upstream.
  65. * Fri Apr 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-0.fdr.1
  66. - Update to 1.14.
  67. - Require perl(:MODULE_COMPAT_*).
  68. - Add patch to avoid warnings from all_pod_files().
  69. * Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
  70. - Update to 1.12.
  71. * Thu Jan 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
  72. - Update to 1.08.
  73. - Use %%{perl_vendorlib}.
  74. * Wed Nov 5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
  75. - First build.