2.11 bump
This commit is contained in:
parent
23be12b0d2
commit
cb73bc8018
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/File-Path-2.09.tar.gz
|
||||
/File-Path-2.11.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* subtree");
|
||||
@ -1,12 +1,15 @@
|
||||
Name: perl-File-Path
|
||||
Version: 2.09
|
||||
Release: 347%{?dist}
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Create or remove directory trees
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-Path/
|
||||
Source0: http://www.cpan.org/authors/id/D/DL/DLAND/File-Path-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/R/RI/RICHE/File-Path-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
@ -21,8 +24,10 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::Output)
|
||||
@ -55,6 +60,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 2.11-1
|
||||
- 2.11 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-347
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user