3.59 bump

This commit is contained in:
Petr Písař 2015-11-16 08:56:51 +01:00
parent c9a3a7940d
commit f0026de48c
4 changed files with 19 additions and 4843 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/PathTools-3.39_01.tar.gz
/PathTools-3.40.tar.gz
/PathTools-3.47.tar.gz
/PathTools-3.59.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,19 @@
%global base_version 3.47
Name: perl-PathTools
Version: 3.56
Release: 346%{?dist}
Version: 3.59
Release: 1%{?dist}
Summary: PathTools Perl module (Cwd, File::Spec)
License: (GPL+ or Artistic) and BSD
Group: Development/Libraries
URL: http://search.cpan.org/dist/PathTools/
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PathTools-%{base_version}.tar.gz
# Unbundled from perl 5.21.11
Patch0: PathTools-3.47-Update-to-3.56.patch
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/PathTools-%{version}.tar.gz
# Disable VMS test (bug #973713)
Patch1: PathTools-3.47-Disable-VMS-tests.patch
Patch0: PathTools-3.47-Disable-VMS-tests.patch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
@ -27,7 +28,7 @@ BuildRequires: perl(Config)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Temp)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
Requires: perl(Scalar::Util)
@ -38,14 +39,17 @@ Requires: perl(Scalar::Util)
This is the combined distribution for the File::Spec and Cwd modules.
%prep
%setup -q -n PathTools-%{base_version}
%setup -q -n PathTools-%{version}
%patch0 -p1
%patch1 -p1
# Do not distribute File::Spec::VMS as it works on VMS only (bug #973713)
rm lib/File/Spec/VMS.pm
sed -i -e '/^lib\/File\/Spec\/VMS.pm/d' MANIFEST
# Remove bundled modules
rm -rf t/lib
sed -i -e '/t\/lib\//d' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
@ -67,6 +71,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 3.59-1
- 3.59 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.56-346
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
5b97a7f64ab964aa470919ca11133809 PathTools-3.47.tar.gz
f6c07a32c7b219257385d13ac594f3d5 PathTools-3.59.tar.gz