diff --git a/SPECS/perl-Date-ISO8601.spec b/SPECS/perl-Date-ISO8601.spec new file mode 100644 index 0000000..933596c --- /dev/null +++ b/SPECS/perl-Date-ISO8601.spec @@ -0,0 +1,132 @@ +# Run optional test +%bcond_without perl_Date_ISO8601_enables_optional_test + +Name: perl-Date-ISO8601 +Version: 0.005 +Release: 2%{?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) +%if %{with perl_Date_ISO8601_enables_optional_test} +# Optional Tests +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod::Coverage) +%endif +# 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 +* Thu Feb 08 2018 Fedora Release Engineering - 0.005-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jul 28 2017 Paul Howarth - 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 - 0.004-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 0.004-16 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.004-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 0.004-14 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.004-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.004-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Jun 05 2015 Jitka Plesnikova - 0.004-11 +- Perl 5.22 rebuild + +* Wed Aug 27 2014 Jitka Plesnikova - 0.004-10 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.004-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.004-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat Jul 20 2013 Petr Pisar - 0.004-7 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.004-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 0.004-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 0.004-4 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.004-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Aug 16 2011 Iain Arnell 0.004-2 +- drop explicit BR perl >= 0:5.006 + +* Thu Aug 11 2011 Iain Arnell 0.004-1 +- Specfile autogenerated by cpanspec 1.78.