Summary: Produce RFC 2822 date strings Name: perl-Email-Date-Format Version: 1.005 Release: 2%{?_dist_release} Group: programming Vendor: Project Vine Distribution: Vine Linux License: GPL+ or Artistic URL: https://metacpan.org/pod/Email::Date::Format Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-%{version}.tar.gz BuildArch: noarch BuildRequires: perl >= 2:5.34.0 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More), perl(Time::Local) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl >= 2:5.34.0 %description This module can be used to emit RFC 2822 style date strings. %prep %setup -q -n Email-Date-Format-%{version} %build sed -i '/LICENSE/ d' Makefile.PL %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 make %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %license LICENSE %doc README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3* %changelog * Sun Nov 21 2021 Tomohiro "Tomo-p" KATO 1.005-2 - rebuilt with perl-5.34.0. * Sun May 19 2019 Tomohiro "Tomo-p" KATO 1.005-1 - new upstream release. - rebuilt with perl-5.26. * Mon Jun 30 2014 Daisuke SUZUKI 1.002-2 - rebuild with perl-5.16 * Sat Mar 10 2012 MATSUBAYASHI Kohji - 1.002-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 1.002-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Marcela Mašláňová - 1.002-10 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.002-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 1.002-8 - 661697 rebuild for fixing problems with vendorach/lib * Sat May 01 2010 Marcela Maslanova - 1.002-7 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 1.002-6 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.002-5 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.002-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.002-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Feb 2 2008 Tom "spot" Callaway - 1.002-2 - rebuild for new perl * Wed Dec 19 2007 Tom "spot" Callaway - 1.002-1 - Initial package for Fedora