Blame SPECS/perl-Date-ISO8601.spec

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