perl-YAML-Tiny-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Name: perl-YAML-Tiny
  2. Version: 1.51
  3. Release: 1%{?_dist_release}
  4. Summary: Read/Write YAML files with as little code as possible
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/YAML-Tiny/
  8. Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(Exporter)
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(File::Spec) >= 0.80
  14. BuildRequires: perl(Scalar::Util)
  15. BuildRequires: perl(Test::More) >= 0.47
  16. BuildRequires: perl(Test::Pod)
  17. BuildRequires: perl(YAML)
  18. BuildRequires: perl(YAML::Syck)
  19. Requires: perl(Exporter)
  20. Requires: perl(Scalar::Util)
  21. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Packager: shaolin
  25. %{?perl_default_filter}
  26. %description
  27. YAML::Tiny is a Perl class for reading and writing YAML-style files,
  28. written with as little code as possible, reducing load time and
  29. memory overhead.
  30. %prep
  31. %setup -q -n YAML-Tiny-%{version}
  32. %build
  33. %{__perl} Makefile.PL INSTALLDIRS=vendor
  34. make %{?_smp_mflags}
  35. %install
  36. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  37. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  38. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  39. %{_fixperms} %{buildroot}/*
  40. %check
  41. make test AUTOMATED_TESTING=1
  42. %files
  43. %doc Changes LICENSE README
  44. %{perl_vendorlib}/*
  45. %{_mandir}/man3/*
  46. %changelog
  47. * Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.51-1
  48. - updated to 1.51
  49. - built with perl 5.16.3
  50. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-2
  51. - rebuild
  52. * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-1
  53. - initial build for Vine Linux
  54. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-5
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  56. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.50-4
  57. - Perl mass rebuild
  58. * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.50-3
  59. - Perl mass rebuild
  60. * Thu Jul 14 2011 Iain Arnell <iarnell@gmail.com> 1.50-2
  61. - drop Test::MinimumVersion BR to avoid circular build deps
  62. * Mon Jun 27 2011 Petr Sabata <contyk@redhat.com> - 1.50-1
  63. - 1.50 bump
  64. - Cleaning the spec file (I assume pre-EPEL6 compatibility is no longer
  65. essential here)
  66. - Adding Exporter and Scalar::Util (optional but preferred) to BR/Rs
  67. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.46-1
  70. - Update to 1.46.
  71. * Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.44-1
  72. - Update to 1.44.
  73. * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.40-3
  74. - Mass rebuild with perl-5.12.0
  75. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
  76. - rebuild against perl 5.10.1
  77. * Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.40-1
  78. - auto-update to 1.40 (by cpan-spec-update 0.01)
  79. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  81. * Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
  82. - auto-update to 1.39 (by cpan-spec-update 0.01)
  83. - added a new br on perl(File::Spec) (version 0.80)
  84. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
  85. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  86. * Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
  87. - Update to 1.36.
  88. - BR Test::More.
  89. * Fri May 16 2008 Steven Pritchard <steve@kspei.com> 1.32-1
  90. - Update to 1.32.
  91. * Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.25-2
  92. - rebuild for new perl
  93. * Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.25-1
  94. - Update to 1.25.
  95. * Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1.21-1
  96. - Update to 1.21.
  97. - Update License tag.
  98. - BR Test::MinimumVersion.
  99. * Thu Aug 23 2007 Steven Pritchard <steve@kspei.com> 1.14-1
  100. - Update to 1.14.
  101. * Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 1.13-1
  102. - Update to 1.13.
  103. * Fri Jun 08 2007 Steven Pritchard <steve@kspei.com> 1.12-1
  104. - Update to 1.12.
  105. * Mon May 28 2007 Steven Pritchard <steve@kspei.com> 1.09-1
  106. - Update to 1.09.
  107. * Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
  108. - Update to 1.08.
  109. - Update description.
  110. * Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
  111. - Specfile autogenerated by cpanspec 1.70.
  112. - Drop redundant perl build dependency.
  113. - BR YAML, YAML::Syck, and Test::Pod for better test coverage.