Toshaan Bharvani
2 years ago
commit
4728d0be51
2 changed files with 124 additions and 0 deletions
@ -0,0 +1,124 @@ |
|||||||
|
Name: perl-Date-ISO8601 |
||||||
|
Version: 0.005 |
||||||
|
Release: 1%{?dist} |
||||||
|
Summary: Three ISO 8601 numerical calendars |
||||||
|
License: GPL+ or Artistic |
||||||
|
URL: http://search.cpan.org/dist/Date-ISO8601/ |
||||||
|
Source0: http://www.cpan.org/modules/by-module/Date/Date-ISO8601-%{version}.tar.gz |
||||||
|
BuildArch: noarch |
||||||
|
# Module Build |
||||||
|
BuildRequires: coreutils |
||||||
|
BuildRequires: perl-generators |
||||||
|
BuildRequires: perl-interpreter |
||||||
|
BuildRequires: perl(Module::Build) |
||||||
|
# Module Runtime |
||||||
|
BuildRequires: perl(Carp) |
||||||
|
BuildRequires: perl(constant) |
||||||
|
BuildRequires: perl(Exporter) |
||||||
|
BuildRequires: perl(integer) |
||||||
|
BuildRequires: perl(parent) |
||||||
|
BuildRequires: perl(strict) |
||||||
|
BuildRequires: perl(warnings) |
||||||
|
# Test Suite |
||||||
|
BuildRequires: perl(Test::More) |
||||||
|
# Optional Tests |
||||||
|
BuildRequires: perl(Test::Pod) >= 1.00 |
||||||
|
BuildRequires: perl(Test::Pod::Coverage) |
||||||
|
# Dependencies |
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) |
||||||
|
Requires: perl(Exporter) |
||||||
|
|
||||||
|
%description |
||||||
|
The international standard ISO 8601 "Data elements and interchange formats |
||||||
|
- Information interchange - Representation of dates and times" defines |
||||||
|
three distinct calendars by which days can be labeled. It also defines |
||||||
|
textual formats for the representation of dates in these calendars. This |
||||||
|
module provides functions to convert dates between these three calendars |
||||||
|
and Chronological Julian Day Numbers, which is a suitable format to do |
||||||
|
arithmetic with. It also supplies functions that describe the shape of |
||||||
|
these calendars, to assist in calendrical calculations. It also supplies |
||||||
|
functions to represent dates textually in the ISO 8601 formats. ISO 8601 |
||||||
|
also covers time of day and time periods, but this module does nothing |
||||||
|
relating to those parts of the standard; this is only about labeling days. |
||||||
|
|
||||||
|
%prep |
||||||
|
%setup -q -n Date-ISO8601-%{version} |
||||||
|
|
||||||
|
%build |
||||||
|
perl Build.PL --installdirs=vendor |
||||||
|
./Build |
||||||
|
|
||||||
|
%install |
||||||
|
./Build install --destdir=%{buildroot} --create_packlist=0 |
||||||
|
%{_fixperms} -c %{buildroot} |
||||||
|
|
||||||
|
%check |
||||||
|
./Build test |
||||||
|
|
||||||
|
%files |
||||||
|
%doc Changes README |
||||||
|
%{perl_vendorlib}/Date/ |
||||||
|
%{_mandir}/man3/Date::ISO8601.3* |
||||||
|
|
||||||
|
%changelog |
||||||
|
* Fri Jul 28 2017 Paul Howarth <paul@city-fan.org> - 0.005-1 |
||||||
|
- Update to 0.005 |
||||||
|
- No longer include a Makefile.PL in the distribution |
||||||
|
- In documentation, use four-column indentation for all verbatim material |
||||||
|
- In META.{yml,json}, point to public bug tracker |
||||||
|
- Convert .cvsignore to .gitignore |
||||||
|
- Classify buildreqs by usage |
||||||
|
- Don't need to remote empty directories from the buildroot |
||||||
|
- Make %%files list more explicit |
||||||
|
- Drop legacy Group: tag |
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-17 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||||
|
|
||||||
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-16 |
||||||
|
- Perl 5.26 rebuild |
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-15 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||||
|
|
||||||
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-14 |
||||||
|
- Perl 5.24 rebuild |
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-13 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-12 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-11 |
||||||
|
- Perl 5.22 rebuild |
||||||
|
|
||||||
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-10 |
||||||
|
- Perl 5.20 rebuild |
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-9 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-8 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||||
|
|
||||||
|
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.004-7 |
||||||
|
- Perl 5.18 rebuild |
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-6 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-5 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.004-4 |
||||||
|
- Perl 5.16 rebuild |
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-3 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Aug 16 2011 Iain Arnell <iarnell@gmail.com> 0.004-2 |
||||||
|
- drop explicit BR perl >= 0:5.006 |
||||||
|
|
||||||
|
* Thu Aug 11 2011 Iain Arnell <iarnell@gmail.com> 0.004-1 |
||||||
|
- Specfile autogenerated by cpanspec 1.78. |
Loading…
Reference in new issue