1.86 bump, timezone data updated
This commit is contained in:
parent
3b3cf8392d
commit
915df65d30
@ -1,5 +1,5 @@
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 1.85
|
||||
Version: 1.86
|
||||
Release: 1%{?dist}
|
||||
Summary: Time zone object base class and factory
|
||||
License: GPL+ or Artistic
|
||||
@ -12,7 +12,7 @@ Patch0: DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
@ -82,12 +82,11 @@ offset from GMT for a given time period.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -100,6 +99,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Petr Šabata <contyk@redhat.com> - 1.86-1
|
||||
- 1.86 bump, timezone data updated
|
||||
|
||||
* Tue Feb 03 2015 Petr Pisar <ppisar@redhat.com> - 1.85-1
|
||||
- 1.85 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user