source: projects/specs/trunk/p/perl-DateTime-Format-HTTP/perl-DateTime-Format-HTTP-vl.spec @ 7292

Revision 7292, 3.8 KB checked in by munepi, 11 years ago (diff)

added perl-DateTime?-Format-HTTP perl-DateTime?-Format-Strptime perl-DateTime?-Format-Builder

Line 
1Name:           perl-DateTime-Format-HTTP
2Version:        0.40
3Release:        1%{?_dist_release}
4Summary:        HTTP protocol date conversion routines
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/DateTime-Format-HTTP
9Source0:        http://search.cpan.org/CPAN/authors/id/C/CK/CKRAS/DateTime-Format-HTTP-%{version}.tar.gz
10
11BuildArch:      noarch
12BuildRequires:  perl(Class::ISA)
13BuildRequires:  perl(DateTime) >= 0.17
14BuildRequires:  perl(HTTP::Date) => 1.44
15BuildRequires:  perl(Test::More) >= 0.47
16BuildRequires:  perl(Module::Build)
17BuildRequires:  perl(File::Find::Rule)
18
19Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
20
21%description
22This module provides functions that deal with the date formats used by the
23HTTP protocol (and then some).
24
25
26%prep
27%setup -q -n DateTime-Format-HTTP-%{version}
28
29# fix up crlf
30sed -i -e 's/\r//' LICENSE README Changes CREDITS
31
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37
38%install
39make pure_install DESTDIR=%{buildroot}
40find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
41find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
42%{_fixperms} %{buildroot}/*
43
44
45%check
46# These will be VERY noisy.  Don't Panic.
47make test
48
49
50%files
51%defattr(-,root,root,-)
52%doc LICENSE Changes CREDITS README
53%{perl_vendorlib}/*
54%{_mandir}/man3/*.3*
55
56
57%changelog
58* Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.40-1
59- initial build based on Fedora development package
60
61* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-7
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
63
64* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.40-6
65- Perl 5.16 rebuild
66
67* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-5
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
69
70* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.40-4
71- Perl mass rebuild
72
73* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.40-3
74- Perl mass rebuild
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Sat Dec 18 2010 Iain Arnell <iarnell@gmail.com> 0.40-1
80- update to latest upstream version
81- clean up spec for modern rpmbuild
82- PERL_INSTALL_ROOT -> DESTDIR
83- fix up crlf in docs
84
85* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.38-6
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.38-5
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.38-4
92- rebuild against perl 5.10.1
93
94* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-3
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.38-2
98- rearrange the files in doc as the tarball has changed contents
99
100* Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.38-1
101- auto-update to 0.38 (by cpan-spec-update 0.01)
102
103* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37-4
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105
106* Tue Mar  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.37-3
107- rebuild for new perl
108
109* Thu Aug 31 2006 Chris Weyl <cweyl.drew.edu> 0.37-2
110- bump for mass rebuild
111
112* Wed Aug 09 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.37-1
113- update to 0.37
114- nix the SIGNATURE checking bits of the spec file as the author has dropped
115  it from this version
116
117* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-3
118- bump for build & release
119
120* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-2
121- add missing buildrequires: perl(File::Find::Rule)
122
123* Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-1
124- Initial spec file for F-E
Note: See TracBrowser for help on using the repository browser.