2.12 bump

This commit is contained in:
Petr Písař 2015-10-12 14:51:26 +02:00
parent cb73bc8018
commit 45dacb135d
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/File-Path-2.09.tar.gz
/File-Path-2.11.tar.gz
/File-Path-2.12.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-File-Path
Version: 2.11
Version: 2.12
Release: 1%{?dist}
Summary: Create or remove directory trees
License: GPL+ or Artistic
@ -13,7 +13,7 @@ BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# ExtUtils::MakeMaker::Coverage not needed
# ExtUtils::MakeMaker::Coverage not used
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
@ -23,15 +23,14 @@ BuildRequires: perl(File::Spec)
# Symbol not used
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(base)
BuildRequires: perl(Config)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(lib)
BuildRequires: perl(SelectSaver)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
%if !%{defined perl_bootstrap}
# Optional tests:
BuildRequires: perl(Test::Output)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
@ -55,11 +54,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc Changes README TODO
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Oct 12 2015 Petr Pisar <ppisar@redhat.com> - 2.12-1
- 2.12 bump
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 2.11-1
- 2.11 bump

View File

@ -1 +1 @@
b47c33a4f43944d263893a6ad3a0483e File-Path-2.11.tar.gz
75e983ccb2523bd16af93582de10443c File-Path-2.12.tar.gz