perl-Parse-CPAN-Meta-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Name: perl-Parse-CPAN-Meta
  2. # dual-lifed module needs to match the epoch in perl.spec
  3. Epoch: 1
  4. Version: 1.4402
  5. Release: 3%{?_dist_release}
  6. Summary: Parse META.yml and META.json CPAN metadata files
  7. License: GPL+ or Artistic
  8. Group: Development/Libraries
  9. URL: http://search.cpan.org/dist/Parse-CPAN-Meta/
  10. Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
  11. BuildArch: noarch
  12. BuildRequires: perl(CPAN::Meta::YAML) >= 0.002
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. BuildRequires: perl(File::Spec) >= 0.80
  15. BuildRequires: perl(JSON::PP) >= 2.27103
  16. BuildRequires: perl(Module::Load::Conditional) >= 0.26
  17. BuildRequires: perl(Test::More) >= 0.47
  18. Requires: perl(CPAN::Meta::YAML) >= 0.002
  19. Requires: perl(JSON::PP) >= 2.27103
  20. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  21. %{?perl_default_filter}
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Packager: shaolin
  25. %description
  26. Parse::CPAN::Meta is a parser for META.json and META.yml files, using
  27. JSON::PP and/or CPAN::Meta::YAML.
  28. %prep
  29. %setup -q -n Parse-CPAN-Meta-%{version}
  30. %build
  31. %{__perl} Makefile.PL
  32. make %{?_smp_mflags}
  33. %install
  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. make test
  40. %files
  41. %doc Changes
  42. %{perl_sitelib}/*
  43. #%{_mandir}/man3/*
  44. %changelog
  45. * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1:1.4402-3
  46. - rebuild with VineSeed environment
  47. * Thu Mar 01 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-2
  48. - rebuild
  49. * Tue Feb 21 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-1
  50. - initial build for Vine Linux
  51. - omit man file(s) since perl package has older version
  52. * Wed Feb 08 2012 Iain Arnell <iarnell@gmail.com> 1:1.4402-1
  53. - update to latest upstream version
  54. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4401-3
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  56. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.4401-2
  57. - Perl mass rebuild
  58. * Wed Feb 16 2011 Iain Arnell <iarnell@gmail.com> 1:1.4401-1
  59. - update to latest upstream version (removes Module::Load::Conditional dep)
  60. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4400-2
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  62. * Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4400-1
  63. - update to latest upstream version
  64. * Fri Feb 04 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-2
  65. - install to vendorlib again
  66. * Fri Jan 28 2011 Iain Arnell <iarnell@gmail.com> 1:1.4200-1
  67. - Specfile autogenerated by cpanspec 1.78.
  68. - bump epoch to match that in perl.spec
  69. - install to privlib, not vendorlib
  70. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
  71. - rebuild against perl 5.10.1
  72. * Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-1
  73. - new upstream version
  74. * Thu Jul 30 2009 Jesse Keating <jkeating@redhat.com> - 1.39-2
  75. - Bump for F12 mass rebuild
  76. * Sun Jun 14 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
  77. - auto-update to 1.39 (by cpan-spec-update 0.01)
  78. * Mon Apr 27 2009 Ralf Corsépius <corsepiu@fedoraproject> - 0.05-1
  79. - Upstream update.
  80. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
  81. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  82. * Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.04-1
  83. - Update to 0.04.
  84. - Update Source0 URL.
  85. - Add version to Test::More dep.
  86. - LICENSE and README went away.
  87. * Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.03-1
  88. - Specfile autogenerated by cpanspec 1.75.
  89. - BR Test::More.