perl-XML-RSS-vl.spec 4.8 KB

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