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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. Name: perl-Pod-Coverage-TrustPod
  2. Version: 0.100005
  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)
  19. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %{?perl_default_filter}
  23. %description
  24. This is a Pod::Coverage subclass (actually, a subclass of
  25. Pod::Coverage::CountParents) that allows the POD itself to declare certain
  26. symbol names trusted.
  27. %prep
  28. %setup -q -n Pod-Coverage-TrustPod-%{version}
  29. %build
  30. %{__perl} Makefile.PL INSTALLDIRS=vendor
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf %{buildroot}
  34. make pure_install DESTDIR=%{buildroot}
  35. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  36. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  37. %{_fixperms} %{buildroot}/*
  38. %check
  39. RELEASE_TESTING=1 make test
  40. %clean
  41. rm -rf %{buildroot}
  42. %files
  43. %defattr(-,root,root,-)
  44. %license LICENSE
  45. %doc Changes README
  46. %{perl_vendorlib}/*
  47. %{_mandir}/man3/*
  48. %changelog
  49. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.100005-1
  50. - new upstream release.
  51. - rebuilt with perl-5.26.
  52. * Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.100003-1
  53. - updated to 0.100003
  54. - built with perl 5.16.3
  55. * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.100001-1
  56. - initial build for Vine Linux
  57. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  59. * Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
  60. - update to latest upstream
  61. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
  62. - Perl mass rebuild
  63. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
  64. - Perl mass rebuild
  65. * Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
  66. - update to latest upstream version
  67. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.092832-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
  70. - update to latest upstream version
  71. * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
  72. - Mass rebuild with perl-5.12.0
  73. * Tue Feb 16 2010 Iain Arnell <iarnell@gmail.com> 0.092830-3
  74. - use perl_default_filter
  75. - use DESTDIR, not PERL_INSTALL_ROOT
  76. * Wed Feb 03 2010 Iain Arnell <iarnell@gmail.com> 0.092830-2
  77. - requires perl(Pod::Coverage::CountParents)
  78. * Thu Jan 14 2010 Iain Arnell 0.092830-1
  79. - Specfile autogenerated by cpanspec 1.78.