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

Revision 8704, 2.8 KB checked in by daisuke, 10 years ago (diff)

rebuild with perl-5.16

Line 
1Name:           perl-Email-Date-Format
2Version:        1.002
3Release:        2%{?_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%doc README LICENSE
45%{perl_vendorlib}/Email/
46%{_mandir}/man3/*.3*
47
48%changelog
49* Mon Jun 30 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.002-2
50- rebuild with perl-5.16
51
52* Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.002-1
53- initial build for Vine Linux
54
55* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-11
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
57
58* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.002-10
59- Perl mass rebuild
60
61* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-9
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
63
64* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-8
65- 661697 rebuild for fixing problems with vendorach/lib
66
67* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-7
68- Mass rebuild with perl-5.12.0
69
70* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.002-6
71- Mass rebuild with perl-5.12.0
72
73* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.002-5
74- rebuild against perl 5.10.1
75
76* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-4
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78
79* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-3
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81
82* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.002-2
83- rebuild for new perl
84
85* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.002-1
86- Initial package for Fedora
Note: See TracBrowser for help on using the repository browser.