1.57 bump

This commit is contained in:
Petr Písař 2015-10-08 09:47:37 +02:00
parent 4da450daa7
commit 85b64c7a6a
2 changed files with 22 additions and 12 deletions

View File

@ -1,16 +1,17 @@
# RPM and CPAN versioning don't match
%global cpanversion 1.56
Name: perl-DateTime-Format-Strptime
Version: %{cpanversion}00
Release: 4%{?dist}
Epoch: 1
Version: 1.57
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{cpanversion}.tar.gz
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
@ -25,15 +26,20 @@ BuildRequires: perl(Params::Validate) >= 0.64
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
# IO::Handle not used
# IPC::Open3 not used
# Pod::Coverage::TrustPod not used
# Pod::Wordlist not used
BuildRequires: perl(Test::More) >= 0.88
# Test::Code::TidyAll 0.24 not used
# Test::EOL not used
# Test::Fatal not used
# Test::Mojibake not used
BuildRequires: perl(Test::More) >= 0.96
# Test::NoTabs not used
# Test::Pod 1.41 not used
# Test::Pod::Coverage 1.08 not used
# Test::Spelling 0.12 not used
# Test::Version 1 not used
BuildRequires: perl(utf8)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -44,7 +50,7 @@ pattern and returns a string, strptime takes a string and a pattern and
returns the DateTime object associated.
%prep
%setup -q -n DateTime-Format-Strptime-%{cpanversion}
%setup -q -n DateTime-Format-Strptime-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -63,11 +69,15 @@ make test
rm -rf $RPM_BUILD_ROOT
%files
%doc Changes LICENSE README.md
%license LICENSE
%doc Changes README.md
%{perl_vendorlib}/DateTime/
%{_mandir}/man3/DateTime::Format::Strptime.3pm*
%changelog
* Thu Oct 08 2015 Petr Pisar <ppisar@redhat.com> - 1:1.57-1
- 1.57 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5600-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
c8c1ca4e56160179e5c67b1d622320e9 DateTime-Format-Strptime-1.56.tar.gz
700183a1bcf396b91d72a4a04b7aeba3 DateTime-Format-Strptime-1.57.tar.gz