perl-DateTime-Format-Strptime-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Name: perl-DateTime-Format-Strptime
  2. Version: 1.5000
  3. Release: 1%{?_dist_release}
  4. Summary: Parse and format strp and strf time patterns
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
  8. Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(Class::ISA)
  12. BuildRequires: perl(DateTime) >= 0.44
  13. BuildRequires: perl(DateTime::Locale) >= 0.45
  14. BuildRequires: perl(DateTime::TimeZone) >= 0.79
  15. BuildRequires: perl(ExtUtils::MakeMaker)
  16. BuildRequires: perl(Params::Validate) >= 0.64
  17. BuildRequires: perl(Test::More)
  18. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  19. %description
  20. This module implements most of strptime(3), the POSIX function that is the
  21. reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
  22. pattern and returns a string, strptime takes a string and a pattern and
  23. returns the DateTime object associated.
  24. %prep
  25. %setup -q -n DateTime-Format-Strptime-%{version}
  26. %build
  27. %{__perl} Makefile.PL INSTALLDIRS=vendor
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  32. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
  33. find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
  34. %{_fixperms} $RPM_BUILD_ROOT/*
  35. %check
  36. make test
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc Changes LICENSE README
  42. %{perl_vendorlib}/*
  43. %{_mandir}/man3/*
  44. %changelog
  45. * Sun Jan 6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.5000-1
  46. - initial build based on Fedora development package
  47. * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-7
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  49. * Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.5000-6
  50. - Perl 5.16 rebuild
  51. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-5
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  53. * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.5000-4
  54. - Perl mass rebuild
  55. * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.5000-3
  56. - Perl mass rebuild
  57. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.5000-1
  60. - Update to 1.5000.
  61. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2000-3
  62. - 661697 rebuild for fixing problems with vendorach/lib
  63. * Tue Jun 15 2010 Petr Sabata <psabata@redhat.com> - 1.2000-1
  64. - Update to the latest upstream release
  65. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1000-2
  66. - Mass rebuild with perl-5.12.0
  67. * Tue Feb 16 2010 Paul Howarth <paul@city-fan.org> 1.1000-1
  68. - Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
  69. to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping version to
  70. 1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
  71. - Update buildreq version requirement for perl(DateTime::Locale) to 0.43
  72. - Drop test patch, no longer needed
  73. - Run additional tests for full locale coverage
  74. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> 1.0800-4
  75. - Rebuild against perl 5.10.1
  76. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-3
  77. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  78. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-2
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  80. * Fri Aug 29 2008 Steven Pritchard <steve@kspei.com> 1.0800-1
  81. - Update to 1.0800.
  82. - Update versions on build dependencies.
  83. * Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1.0702-3
  84. - Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
  85. * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0702-2
  86. - Rebuild for new perl
  87. * Thu Jan 03 2008 Steven Pritchard <steve@kspei.com> 1.0702-1
  88. - Update to 1.0702.
  89. - Drop charset patch.
  90. - Update License tag.
  91. - BR Test::More.
  92. * Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.0700-3
  93. - Use fixperms macro instead of our own chmod incantation.
  94. - BR ExtUtils::MakeMaker.
  95. * Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.0700-2
  96. - Fix find option order.
  97. * Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 1.0700-1
  98. - Specfile autogenerated by cpanspec 1.66.
  99. - Fix License.
  100. - Remove versioned DateTime deps (0.1402 > 0.30 according to rpm).
  101. - Remove versioned explicit dependencies that rpmbuild picks up.
  102. - Substitute literal "©" for E<169> in pod documentation. (The result
  103. should be the same, but apparently the man page conversion is generating
  104. something that rpmlint doesn't like.)