perl-XML-RSS-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. Name: perl-XML-RSS
  2. Version: 1.56
  3. Release: 1%{?_dist_release}
  4. Summary: Perl module for managing RDF Site Summary (RSS) files
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/XML-RSS/
  8. Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(Module::Build) >= 0.36
  12. BuildRequires: perl(Test::Manifest) >= 0.9
  13. BuildRequires: perl(Test::More)
  14. BuildRequires: perl(Test::Pod)
  15. BuildRequires: perl(HTML::Entities)
  16. BuildRequires: perl(XML::Parser) >= 2.23
  17. BuildRequires: perl(DateTime)
  18. BuildRequires: perl(DateTime::Format::Mail)
  19. BuildRequires: perl(DateTime::Format::W3CDTF)
  20. BuildRequires: perl(Test::Differences)
  21. BuildRequires: perl(Test::Pod::Coverage)
  22. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: iwaim, shaolin
  26. %description
  27. %{summary}.
  28. %prep
  29. %setup -q -n XML-RSS-%{version}
  30. chmod 644 Changes README TODO
  31. find examples -type f -exec chmod 644 {} ';'
  32. find examples -type d -exec chmod 755 {} ';'
  33. %build
  34. %{__perl} Makefile.PL INSTALLDIRS=vendor
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf %{buildroot}
  38. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  39. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  40. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  41. chmod -R u+w %{buildroot}/*
  42. %check
  43. make test
  44. %clean
  45. rm -rf %{buildroot}
  46. %files
  47. %defattr(-,root,root,-)
  48. %doc Changes README TODO examples
  49. %{perl_vendorlib}/XML/
  50. %{_mandir}/man3/XML::RSS.3*
  51. %changelog
  52. * Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.56-1
  53. - updated to 1.56
  54. - built with perl 5.16.3
  55. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.49-1
  56. - updated to 1.49
  57. - spec revamped based on Fedora's 1.49-1
  58. - previous Vine changelogs as follows:
  59. - Sat Dec 4 2004 IWAI, Masaharu <iwai@alib.jp> 1.05-0vl1
  60. - new upstream release
  61. - build on perl-5.8.6-0vl1
  62. - Mon Dec 15 2003 IWAI, Masaharu <iwai@alib.jp> 1.02-0vl1
  63. - new upstream release
  64. - add %%{perl_sitelib}/XML directory in %%files
  65. - add TODO and examples if %%doc dir
  66. - drop BUGS in %%doc dir: because it lost.
  67. - Mon Apr 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.97-0vl1
  68. - first build for Vine Linux
  69. * Fri Jan 20 2012 Iain Arnell <iarnell@gmail.com> 1.49-1
  70. - update to 1.49
  71. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-8
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  73. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.45-7
  74. - Perl mass rebuild
  75. * Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.45-6
  76. - Perl mass rebuild
  77. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-5
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  79. * Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-4
  80. - 661697 rebuild for fixing problems with vendorach/lib
  81. * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-3
  82. - Mass rebuild with perl-5.12.0
  83. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.45-2
  84. - rebuild against perl 5.10.1
  85. * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.45-1
  86. - update to 1.45
  87. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-2
  88. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  89. * Fri May 15 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-1
  90. - update to 1.44
  91. * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.43-1
  92. - update to 1.43
  93. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-4
  94. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  95. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-3
  96. - Rebuild for perl 5.10 (again)
  97. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-2
  98. - rebuild for new perl
  99. * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-1
  100. - bump to 1.31
  101. - license tag fix
  102. * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-1
  103. - bump to 1.22
  104. - add new BR for building and testing
  105. * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
  106. - bump for FC-6
  107. * Mon Mar 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.10-1
  108. - 1.10.
  109. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.05-2
  110. - rebuilt
  111. * Sat Aug 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.05-0.fdr.1
  112. - Update to 1.05, patches applied upstream.
  113. * Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.2
  114. - Bring up to date with current fedora.us Perl spec template.
  115. * Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.1
  116. - Update to 1.04.
  117. - Reduce directory ownership bloat.
  118. * Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
  119. - Eliminate some spurious test warnings.
  120. * Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
  121. - First build.