Update to 0.016
- New upstream release 0.016 - Made man3_pagename more flexible with paths - Reverted pl2bat to a more original state - Rewrote fixin code - Re-added detildefy - Add some fixes to batch file generation - BR: perl(Carp) and perl(Module::Load), now required by the module - Drop BR: perl(Test::Kwalitee), no longer used - Update patch for using Test::ParseWords 3.22 - Drop now-redundant POD encoding patch
This commit is contained in:
parent
efc3342f5e
commit
ea02e0aecf
@ -1,11 +0,0 @@
|
|||||||
--- lib/ExtUtils/Helpers.pm
|
|
||||||
+++ lib/ExtUtils/Helpers.pm
|
|
||||||
@@ -52,6 +52,8 @@
|
|
||||||
|
|
||||||
=pod
|
|
||||||
|
|
||||||
+=encoding utf8
|
|
||||||
+
|
|
||||||
=head1 NAME
|
|
||||||
|
|
||||||
ExtUtils::Helpers - Various portability utilities for module builders
|
|
@ -1,11 +1,11 @@
|
|||||||
--- lib/ExtUtils/Helpers/Unix.pm
|
--- lib/ExtUtils/Helpers/Unix.pm
|
||||||
+++ lib/ExtUtils/Helpers/Unix.pm
|
+++ lib/ExtUtils/Helpers/Unix.pm
|
||||||
@@ -8,7 +8,7 @@
|
@@ -10,7 +10,7 @@
|
||||||
use Exporter 5.57 'import';
|
|
||||||
our @EXPORT = qw/make_executable split_like_shell/;
|
|
||||||
|
|
||||||
|
use Carp qw/croak/;
|
||||||
|
use Config;
|
||||||
-use Text::ParseWords 3.24 qw/shellwords/;
|
-use Text::ParseWords 3.24 qw/shellwords/;
|
||||||
+use Text::ParseWords 3.22 qw/shellwords/;
|
+use Text::ParseWords 3.22 qw/shellwords/;
|
||||||
use ExtUtils::MakeMaker;
|
|
||||||
|
|
||||||
sub make_executable {
|
sub make_executable {
|
||||||
|
my $filename = shift;
|
@ -5,26 +5,27 @@
|
|||||||
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0)
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0)
|
||||||
|
|
||||||
Name: perl-ExtUtils-Helpers
|
Name: perl-ExtUtils-Helpers
|
||||||
Version: 0.014
|
Version: 0.016
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Various portability utilities for module builders
|
Summary: Various portability utilities for module builders
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/ExtUtils-Helpers
|
URL: https://metacpan.org/release/ExtUtils-Helpers
|
||||||
Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
|
Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
|
||||||
Patch1: ExtUtils-Helpers-0.014-pod.patch
|
Patch2: ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
|
||||||
Patch2: ExtUtils-Helpers-0.014-old-Text::ParseWords.patch
|
|
||||||
Patch3: ExtUtils-Helpers-0.014-old-Test::More.patch
|
Patch3: ExtUtils-Helpers-0.014-old-Test::More.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Module
|
# Module
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(Exporter) >= 5.57
|
BuildRequires: perl(Exporter) >= 5.57
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Pod::Man)
|
BuildRequires: perl(Pod::Man)
|
||||||
BuildRequires: perl(Text::ParseWords) >= 3.22
|
BuildRequires: perl(Text::ParseWords) >= 3.22
|
||||||
# Test Suite
|
# Test Suite
|
||||||
@ -34,7 +35,6 @@ BuildRequires: perl(File::Temp)
|
|||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# Release Tests
|
# Release Tests
|
||||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||||
BuildRequires: perl(Test::Kwalitee)
|
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
# Runtime
|
# Runtime
|
||||||
@ -47,9 +47,6 @@ modules.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n ExtUtils-Helpers-%{version}
|
%setup -q -n ExtUtils-Helpers-%{version}
|
||||||
|
|
||||||
# Specify POD encoding
|
|
||||||
%patch1
|
|
||||||
|
|
||||||
# We don't really need Text::ParseWords ≥ 3.24
|
# We don't really need Text::ParseWords ≥ 3.24
|
||||||
%if %{old_tpw}
|
%if %{old_tpw}
|
||||||
%patch2
|
%patch2
|
||||||
@ -85,6 +82,18 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
|
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 13 2013 Paul Howarth <paul@city-fan.org> - 0.016-1
|
||||||
|
- Update to 0.016
|
||||||
|
- Made man3_pagename more flexible with paths
|
||||||
|
- Reverted pl2bat to a more original state
|
||||||
|
- Rewrote fixin code
|
||||||
|
- Re-added detildefy
|
||||||
|
- Add some fixes to batch file generation
|
||||||
|
- BR: perl(Carp) and perl(Module::Load), now required by the module
|
||||||
|
- Drop BR: perl(Test::Kwalitee), no longer used
|
||||||
|
- Update patch for using Test::ParseWords 3.22
|
||||||
|
- Drop now-redundant POD encoding patch
|
||||||
|
|
||||||
* Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.014-2
|
* Mon Apr 1 2013 Paul Howarth <paul@city-fan.org> - 0.014-2
|
||||||
- Sanitize for Fedora submission
|
- Sanitize for Fedora submission
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user