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

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