perl-Pod-POM-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Name: perl-Pod-POM
  2. Version: 0.27
  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-%(%{__id_u} -n)
  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. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.27-1
  49. - initial build for Vine Linux
  50. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-5
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  52. * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.27-4
  53. - Perl mass rebuild
  54. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  56. * Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.27-2
  57. - 661697 rebuild for fixing problems with vendorach/lib
  58. * Sat May 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.27-1
  59. - Upstream update (Fix several perl-5.12.0 build breakdowns).
  60. * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.25-3
  61. - Mass rebuild with perl-5.12.0
  62. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.25-2
  63. - rebuild against perl 5.10.1
  64. * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-1
  65. - update to 0.25
  66. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  68. * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-1
  69. - update to 0.18
  70. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  72. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
  73. - fix FTBFS
  74. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
  75. - Rebuild for perl 5.10 (again)
  76. * Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
  77. - rebuild for new perl
  78. * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
  79. - license tag fix
  80. * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
  81. - build for fc6
  82. * Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
  83. - add dist tag
  84. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  85. - rebuilt
  86. * Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
  87. - Remove Epoch: 0.
  88. - Improve summary.
  89. * Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
  90. - Bring up to date with current fedora.us Perl spec template.
  91. * Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
  92. - Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
  93. * Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
  94. - First build.