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