perl-Pod-POM-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. Name: perl-Pod-POM
  2. Version: 0.29
  3. Release: 1%{?_dist_release}
  4. Summary: Object-oriented interface to Perl POD documents
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/Pod-POM/
  8. Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(Test::More), perl(File::Slurp), perl(Text::Wrap)
  12. BuildRequires: perl(parent)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. %description
  15. This module implements a parser to convert Pod documents into a simple
  16. object model form known hereafter as the Pod Object Model. The object
  17. model is generated as a hierarchical tree of nodes, each of which
  18. represents a different element of the original document. The tree can
  19. be walked manually and the nodes examined, printed or otherwise
  20. manipulated. In addition, Pod::POM supports and provides view objects
  21. which can automatically traverse the tree, or section thereof, and
  22. generate an output representation in one form or another.
  23. %prep
  24. %setup -q -n Pod-POM-%{version}
  25. %build
  26. %{__perl} Makefile.PL INSTALLDIRS=vendor
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf %{buildroot}
  30. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  31. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  32. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  33. chmod -R u+w %{buildroot}/*
  34. %check
  35. # http://rt.cpan.org/NoAuth/Bug.html?id=3910
  36. PERL_HASH_SEED=0 make test
  37. %clean
  38. rm -rf %{buildroot}
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc Changes README TODO
  42. %{_bindir}/pomdump
  43. %{_bindir}/podlint
  44. %{_bindir}/pom2
  45. %{perl_vendorlib}/Pod
  46. %{_mandir}/man[13]/*.[13]*
  47. %changelog
  48. * Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.29-1
  49. - updated to 0.29
  50. - built with perl 5.16.3
  51. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.27-1
  52. - initial build for Vine Linux
  53. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-5
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  55. * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.27-4
  56. - Perl mass rebuild
  57. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.27-2
  60. - 661697 rebuild for fixing problems with vendorach/lib
  61. * Sat May 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.27-1
  62. - Upstream update (Fix several perl-5.12.0 build breakdowns).
  63. * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.25-3
  64. - Mass rebuild with perl-5.12.0
  65. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.25-2
  66. - rebuild against perl 5.10.1
  67. * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-1
  68. - update to 0.25
  69. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  71. * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-1
  72. - update to 0.18
  73. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  75. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
  76. - fix FTBFS
  77. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
  78. - Rebuild for perl 5.10 (again)
  79. * Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
  80. - rebuild for new perl
  81. * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
  82. - license tag fix
  83. * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
  84. - build for fc6
  85. * Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
  86. - add dist tag
  87. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  88. - rebuilt
  89. * Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
  90. - Remove Epoch: 0.
  91. - Improve summary.
  92. * Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
  93. - Bring up to date with current fedora.us Perl spec template.
  94. * Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
  95. - Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
  96. * Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
  97. - First build.