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

Revision 7292, 4.9 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-Strptime
2Version:        1.5000
3Release:        1%{?_dist_release}
4Summary:        Parse and format strp and strf time patterns
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/DateTime-Format-Strptime/
8Source0:        http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildArch:      noarch
11BuildRequires:  perl(Class::ISA)
12BuildRequires:  perl(DateTime) >= 0.44
13BuildRequires:  perl(DateTime::Locale) >= 0.45
14BuildRequires:  perl(DateTime::TimeZone) >= 0.79
15BuildRequires:  perl(ExtUtils::MakeMaker)
16BuildRequires:  perl(Params::Validate) >= 0.64
17BuildRequires:  perl(Test::More)
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20%description
21This module implements most of strptime(3), the POSIX function that is the
22reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
23pattern and returns a string, strptime takes a string and a pattern and
24returns the DateTime object associated.
25
26%prep
27%setup -q -n DateTime-Format-Strptime-%{version}
28
29%build
30%{__perl} Makefile.PL INSTALLDIRS=vendor
31make %{?_smp_mflags}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
37
38find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
39find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
40
41%{_fixperms} $RPM_BUILD_ROOT/*
42
43%check
44make test
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc Changes LICENSE README
52%{perl_vendorlib}/*
53%{_mandir}/man3/*
54
55%changelog
56* Sun Jan  6 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.5000-1
57- initial build based on Fedora development package
58
59* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-7
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
61
62* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.5000-6
63- Perl 5.16 rebuild
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-5
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.5000-4
69- Perl mass rebuild
70
71* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.5000-3
72- Perl mass rebuild
73
74* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.5000-1
78- Update to 1.5000.
79
80* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2000-3
81- 661697 rebuild for fixing problems with vendorach/lib
82
83* Tue Jun 15 2010 Petr Sabata <psabata@redhat.com> - 1.2000-1
84- Update to the latest upstream release
85
86* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1000-2
87- Mass rebuild with perl-5.12.0
88
89* Tue Feb 16 2010 Paul Howarth <paul@city-fan.org> 1.1000-1
90- Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
91  to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping version to
92  1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
93- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
94- Drop test patch, no longer needed
95- Run additional tests for full locale coverage
96
97* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> 1.0800-4
98- Rebuild against perl 5.10.1
99
100* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-3
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
102
103* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-2
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105
106* Fri Aug 29 2008 Steven Pritchard <steve@kspei.com> 1.0800-1
107- Update to 1.0800.
108- Update versions on build dependencies.
109
110* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1.0702-3
111- Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
112
113* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0702-2
114- Rebuild for new perl
115
116* Thu Jan 03 2008 Steven Pritchard <steve@kspei.com> 1.0702-1
117- Update to 1.0702.
118- Drop charset patch.
119- Update License tag.
120- BR Test::More.
121
122* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.0700-3
123- Use fixperms macro instead of our own chmod incantation.
124- BR ExtUtils::MakeMaker.
125
126* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.0700-2
127- Fix find option order.
128
129* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 1.0700-1
130- Specfile autogenerated by cpanspec 1.66.
131- Fix License.
132- Remove versioned DateTime deps (0.1402 > 0.30 according to rpm).
133- Remove versioned explicit dependencies that rpmbuild picks up.
134- Substitute literal "©" for E<169> in pod documentation.  (The result
135  should be the same, but apparently the man page conversion is generating
136  something that rpmlint doesn't like.)
Note: See TracBrowser for help on using the repository browser.