[perl-ExtUtils-InstallPaths] Update to 0.011

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 16 14:25:30 UTC 2015


commit 5d0baac76f49abc1a1611adc8156598fed2a676d
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 16 14:24:46 2015 +0000

    Update to 0.011
    
    - New upstream release 0.011
      - Make EU::IP compatible with perl 5.6
      - Declare dependency on File::Spec 0.83 for case_sensitive
    - Use %license where possible
    - Don't attempt to run the release tests on old EL versions prior to EL-7 as
      they require Test::Pod ≥ 1.41

 perl-ExtUtils-InstallPaths.spec |   40 +++++++++++++++++++++++++++++---------
 sources                         |    2 +-
 2 files changed, 31 insertions(+), 11 deletions(-)
---
diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec
index ece85b6..b9d962b 100644
--- a/perl-ExtUtils-InstallPaths.spec
+++ b/perl-ExtUtils-InstallPaths.spec
@@ -1,6 +1,6 @@
 Name:		perl-ExtUtils-InstallPaths
-Version:	0.010
-Release:	4%{?dist}
+Version:	0.011
+Release:	1%{?dist}
 Summary:	Build.PL install path logic made easy
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -9,24 +9,27 @@ Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-%{
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:	perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(ExtUtils::Config) >= 0.002
 BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(warnings)
 # Test Suite
 BuildRequires:	perl(Config)
-BuildRequires:	perl(File::Spec::Functions)
+BuildRequires:	perl(File::Spec::Functions) >= 0.83
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::More)
 # Release Tests
-# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise ->
-#   perl-YAML-Tiny -> perl-Module-Build-Tiny -> perl-ExtUtils-InstallPaths
-%if 0%{!?perl_bootstrap:1}
+# perl-Pod-Coverage-TrustPod → perl-Pod-Eventual → perl-Mixin-Linewise →
+#   perl-YAML-Tiny → perl-Module-Build-Tiny → perl-ExtUtils-InstallPaths
+%if 0%{!?perl_bootstrap:1} && ( 0%{?rhel} > 6 || 0%{?fedora} )
 BuildRequires:	perl(Pod::Coverage::TrustPod)
-BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
 %endif
 # Runtime
@@ -58,17 +61,34 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
+%if 0%{!?perl_bootstrap:1} && ( 0%{?rhel} > 6 || 0%{?fedora} )
 make test RELEASE_TESTING=1
+%else
+make test
+%endif
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%doc Changes LICENSE README
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
 %{perl_vendorlib}/ExtUtils/
-%{_mandir}/man3/ExtUtils::InstallPaths.3pm*
+%{_mandir}/man3/ExtUtils::InstallPaths.3*
 
 %changelog
+* Mon Feb 16 2015 Paul Howarth <paul at city-fan.org> - 0.011-1
+- Update to 0.011
+  - Make EU::IP compatible with perl 5.6
+  - Declare dependency on File::Spec 0.83 for case_sensitive
+- Use %%license where possible
+- Don't attempt to run the release tests on old EL versions prior to EL-7 as
+  they require Test::Pod ≥ 1.41
+
 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.010-4
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index d91832b..b282f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0b00cc6c04653588a6298fa1f16c07f  ExtUtils-InstallPaths-0.010.tar.gz
+9c75894c3c8c899ab6bfafc5eaa97999  ExtUtils-InstallPaths-0.011.tar.gz


More information about the scm-commits mailing list