perl-Email-Date-Format-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Summary: Produce RFC 2822 date strings
  2. Name: perl-Email-Date-Format
  3. Version: 1.005
  4. Release: 2%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+ or Artistic
  9. URL: https://metacpan.org/pod/Email::Date::Format
  10. Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-%{version}.tar.gz
  11. BuildArch: noarch
  12. BuildRequires: perl >= 2:5.34.0
  13. BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More), perl(Time::Local)
  14. BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
  15. Requires: perl >= 2:5.34.0
  16. %description
  17. This module can be used to emit RFC 2822 style date strings.
  18. %prep
  19. %setup -q -n Email-Date-Format-%{version}
  20. %build
  21. sed -i '/LICENSE/ d' Makefile.PL
  22. %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
  23. make
  24. %install
  25. rm -rf %{buildroot}
  26. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  27. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
  28. chmod -R u+w %{buildroot}/*
  29. %check
  30. make test
  31. %clean
  32. rm -rf %{buildroot}
  33. %files
  34. %defattr(-,root,root,-)
  35. %license LICENSE
  36. %doc README
  37. %{perl_vendorlib}/Email/
  38. %{_mandir}/man3/*.3*
  39. %changelog
  40. * Sun Nov 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.005-2
  41. - rebuilt with perl-5.34.0.
  42. * Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.005-1
  43. - new upstream release.
  44. - rebuilt with perl-5.26.
  45. * Mon Jun 30 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.002-2
  46. - rebuild with perl-5.16
  47. * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.002-1
  48. - initial build for Vine Linux
  49. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-11
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  51. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.002-10
  52. - Perl mass rebuild
  53. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-9
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  55. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-8
  56. - 661697 rebuild for fixing problems with vendorach/lib
  57. * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-7
  58. - Mass rebuild with perl-5.12.0
  59. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-6
  60. - Mass rebuild with perl-5.12.0
  61. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.002-5
  62. - rebuild against perl 5.10.1
  63. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-4
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  65. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-3
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  67. * Sat Feb 2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.002-2
  68. - rebuild for new perl
  69. * Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.002-1
  70. - Initial package for Fedora