perl-Pod-Coverage-TrustPod-vl.spec 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Name: perl-Pod-Coverage-TrustPod
  2. Version: 0.100003
  3. Release: 1%{?_dist_release}
  4. Summary: Allow a module's pod to contain Pod::Coverage hints
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
  8. Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(Carp::Heavy)
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(Pod::Coverage::CountParents)
  14. BuildRequires: perl(Pod::Eventual::Simple)
  15. BuildRequires: perl(Pod::Find)
  16. BuildRequires: perl(Test::Pod)
  17. BuildRequires: perl(Test::Pod::Coverage)
  18. BuildRequires: perl(Test::More) >= 0.96
  19. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  20. %{?perl_default_filter}
  21. %description
  22. This is a Pod::Coverage subclass (actually, a subclass of
  23. Pod::Coverage::CountParents) that allows the POD itself to declare certain
  24. symbol names trusted.
  25. %prep
  26. %setup -q -n Pod-Coverage-TrustPod-%{version}
  27. %build
  28. %{__perl} Makefile.PL INSTALLDIRS=vendor
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf %{buildroot}
  32. make pure_install DESTDIR=%{buildroot}
  33. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  34. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  35. %{_fixperms} %{buildroot}/*
  36. %check
  37. RELEASE_TESTING=1 make test
  38. %clean
  39. rm -rf %{buildroot}
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc Changes LICENSE README
  43. %{perl_vendorlib}/*
  44. %{_mandir}/man3/*
  45. %changelog
  46. * Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.100003-1
  47. - updated to 0.100003
  48. - built with perl 5.16.3
  49. * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.100001-1
  50. - initial build for Vine Linux
  51. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  53. * Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
  54. - update to latest upstream
  55. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
  56. - Perl mass rebuild
  57. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
  58. - Perl mass rebuild
  59. * Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
  60. - update to latest upstream version
  61. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.092832-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  63. * Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
  64. - update to latest upstream version
  65. * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
  66. - Mass rebuild with perl-5.12.0
  67. * Tue Feb 16 2010 Iain Arnell <iarnell@gmail.com> 0.092830-3
  68. - use perl_default_filter
  69. - use DESTDIR, not PERL_INSTALL_ROOT
  70. * Wed Feb 03 2010 Iain Arnell <iarnell@gmail.com> 0.092830-2
  71. - requires perl(Pod::Coverage::CountParents)
  72. * Thu Jan 14 2010 Iain Arnell 0.092830-1
  73. - Specfile autogenerated by cpanspec 1.78.