From 999742408f0d1c32f999e41976c3f2cbc7ce5c23 Mon Sep 17 00:00:00 2001 From: Petr Písař <ppi...@redhat.com> Date: Aug 09 2017 11:04:36 +0000 Subject: 0.006 bump
--- diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..9ea20c3 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* tzfiles"); diff --git a/perl-Time-OlsonTZ-Download.spec b/perl-Time-OlsonTZ-Download.spec index 904069b..f690cbb 100644 --- a/perl-Time-OlsonTZ-Download.spec +++ b/perl-Time-OlsonTZ-Download.spec @@ -1,35 +1,55 @@ Name: perl-Time-OlsonTZ-Download -Version: 0.004 -Release: 10%{?dist} -Summary: Olson timezone database from source +Version: 0.006 +Release: 1%{?dist} +Summary: Olson time zone database from source License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Time-OlsonTZ-Download/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Time-OlsonTZ-Download-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.6 +BuildRequires: perl(Module::Build) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +# coreutils for cp +# coreutils not used at tests +# gzip for gunzip +# gzip not used at tests +# make not used at tests BuildRequires: perl(Carp) +BuildRequires: perl(Encode) >= 1.75 BuildRequires: perl(File::Path) >= 2.07 BuildRequires: perl(File::Temp) >= 0.22 BuildRequires: perl(IO::Dir) >= 1.03 BuildRequires: perl(IO::File) >= 1.03 BuildRequires: perl(IPC::Filter) >= 0.002 -BuildRequires: perl(Module::Build) -BuildRequires: perl(Net::FTP) >= 1.21 +BuildRequires: perl(Net::FTP) >= 3.07 BuildRequires: perl(Params::Classify) -BuildRequires: perl(parent) BuildRequires: perl(String::ShellQuote) >= 1.01 +BuildRequires: perl(utf8) +# tar not used at tests +# Tests: BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) +# Optional tests: +BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +# coreutils for cp +Requires: coreutils +# gzip for gunzip +Requires: gunzip +Requires: make +Requires: tar %{?perl_default_filter} %description -An object of this class represents a local copy of the source of the Olson -timezone database, possibly used to build binary tzfiles. The source copy -always begins by being downloaded from the canonical repository of the +An object of this Perl class represents a local copy of the source of the +Olson time zone database, possibly used to build binary tzfiles. The source +copy always begins by being downloaded from the canonical repository of the Olson database. This class provides methods to help with extracting useful information from the source. @@ -37,13 +57,11 @@ information from the source. %setup -q -n Time-OlsonTZ-Download-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} %{buildroot}/* %check @@ -55,6 +73,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Wed Aug 09 2017 Petr Pisar <ppi...@redhat.com> - 0.006-1 +- 0.006 bump + * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.004-10 - Perl 5.24 rebuild https://src.fedoraproject.org/rpms/perl-Time-OlsonTZ-Download/c/999742408f0d1c32f999e41976c3f2cbc7ce5c23?branch=f25 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org