Blame SPECS/perl-DateTime-TimeZone-SystemV.spec

5c8c5a
# Run optionl test
5c8c5a
%bcond_without perl_DateTime_TimeZone_SystemV_enables_optional_test
5c8c5a
5c8c5a
Name:           perl-DateTime-TimeZone-SystemV
5c8c5a
Version:        0.010
5c8c5a
Release:        3%{?dist}
5c8c5a
Summary:        System V and POSIX timezone strings
5c8c5a
License:        GPL+ or Artistic
5c8c5a
URL:            http://search.cpan.org/dist/DateTime-TimeZone-SystemV/
5c8c5a
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/DateTime-TimeZone-SystemV-%{version}.tar.gz
5c8c5a
BuildArch:      noarch
5c8c5a
# Module Build
5c8c5a
BuildRequires:  coreutils
5c8c5a
BuildRequires:  perl-generators
5c8c5a
BuildRequires:  perl-interpreter
5c8c5a
BuildRequires:  perl(Module::Build)
5c8c5a
# Module Runtime
5c8c5a
BuildRequires:  perl(Carp)
5c8c5a
BuildRequires:  perl(Date::ISO8601)
5c8c5a
BuildRequires:  perl(Params::Classify)
5c8c5a
BuildRequires:  perl(strict)
5c8c5a
BuildRequires:  perl(warnings)
5c8c5a
# Test Suite
5c8c5a
BuildRequires:  perl(Test::More)
5c8c5a
%if %{with perl_DateTime_TimeZone_SystemV_enables_optional_test}
5c8c5a
# Optional Tests
5c8c5a
BuildRequires:  perl(Test::Pod) >= 1.00
5c8c5a
BuildRequires:  perl(Test::Pod::Coverage)
5c8c5a
%endif
5c8c5a
# Dependencies
5c8c5a
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
5c8c5a
5c8c5a
%description
5c8c5a
An instance of this class represents a timezone that was specified by means
5c8c5a
of a System V timezone recipe or the POSIX extended form of the same
5c8c5a
syntax. These can express a plain offset from Universal Time, or a system
5c8c5a
of two offsets (standard and daylight saving time) switching on a yearly
5c8c5a
cycle according to certain types of rule.
5c8c5a
5c8c5a
This class implements the DateTime::TimeZone interface, so that its instances
5c8c5a
can be used with DateTime objects.
5c8c5a
5c8c5a
%prep
5c8c5a
%setup -q -n DateTime-TimeZone-SystemV-%{version}
5c8c5a
5c8c5a
%build
5c8c5a
perl Build.PL --installdirs=vendor
5c8c5a
./Build
5c8c5a
5c8c5a
%install
5c8c5a
./Build install --destdir=%{buildroot} --create_packlist=0
5c8c5a
%{_fixperms} -c %{buildroot}
5c8c5a
5c8c5a
%check
5c8c5a
./Build test
5c8c5a
5c8c5a
%files
5c8c5a
%doc Changes README
5c8c5a
%{perl_vendorlib}/DateTime/
5c8c5a
%{_mandir}/man3/DateTime::TimeZone::SystemV.3*
5c8c5a
5c8c5a
%changelog
5c8c5a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-3
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5c8c5a
5c8c5a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-2
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5c8c5a
5c8c5a
* Sun Jul 23 2017 Paul Howarth <paul@city-fan.org> - 0.010-1
5c8c5a
- Update to 0.010
5c8c5a
  - No longer include a Makefile.PL in the distribution
5c8c5a
  - In META.{yml,json}, point to public bug tracker
5c8c5a
  - In META.json, specify type of public repository
5c8c5a
- Classify buildreqs by usage
5c8c5a
- Make %%files list more specific
5c8c5a
- Drop legacy Group: tag
5c8c5a
5c8c5a
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-9
5c8c5a
- Perl 5.26 rebuild
5c8c5a
5c8c5a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.009-8
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5c8c5a
5c8c5a
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-7
5c8c5a
- Perl 5.24 rebuild
5c8c5a
5c8c5a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.009-6
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5c8c5a
5c8c5a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.009-5
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5c8c5a
5c8c5a
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-4
5c8c5a
- Perl 5.22 rebuild
5c8c5a
5c8c5a
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-3
5c8c5a
- Perl 5.20 rebuild
5c8c5a
5c8c5a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.009-2
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5c8c5a
5c8c5a
* Mon Feb  3 2014 Paul Howarth <paul@city-fan.org> - 0.009-1
5c8c5a
- Update to 0.009
5c8c5a
  - In META.{yml,json}, point to public git repository
5c8c5a
  - Bugfix: permit time of day for a DST change to extend up to 24:59:59,
5c8c5a
    which POSIX (unclearly) permits and is actually seen in the current
5c8c5a
    rule for timezone Asia/Amman
5c8c5a
  - Support the extended form of the recipe syntax that is used by
5c8c5a
    version 3 of the tzfile(5) file format
5c8c5a
  - Bugfix: correct ->offset_for_local_datetime for perpetual-DST ruleset
5c8c5a
    that can arise with the tzfile3 system
5c8c5a
- Don't need to remove empty directories from the buildroot
5c8c5a
5c8c5a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-6
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5c8c5a
5c8c5a
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.006-5
5c8c5a
- Perl 5.18 rebuild
5c8c5a
5c8c5a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-4
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5c8c5a
5c8c5a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-3
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5c8c5a
5c8c5a
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.006-2
5c8c5a
- Perl 5.16 rebuild
5c8c5a
5c8c5a
* Sun Mar 11 2012 Iain Arnell <iarnell@gmail.com> 0.006-1
5c8c5a
- update to latest upstream version
5c8c5a
- drop Date::JD dependency
5c8c5a
5c8c5a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-2
5c8c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5c8c5a
5c8c5a
* Thu Oct 27 2011 Iain Arnell <iarnell@gmail.com> 0.005-1
5c8c5a
- Specfile autogenerated by cpanspec 1.78.