source: projects/specs/trunk/p/perl-Email-Date-Format/perl-Email-Date-Format-vl.spec @ 12120

Revision 12120, 3.0 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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