Update to 0.010

- New upstream release 0.010
  - Deprecated usage of legacy configuration variables
  - Generate default paths more dynamically
This commit is contained in:
Paul Howarth 2013-10-29 12:41:37 +00:00
parent 89c5b8a0db
commit bc5928c164
2 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: perl-ExtUtils-InstallPaths Name: perl-ExtUtils-InstallPaths
Version: 0.009 Version: 0.010
Release: 6%{?dist} Release: 1%{?dist}
Summary: Build.PL install path logic made easy Summary: Build.PL install path logic made easy
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -9,14 +9,17 @@ Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-%{
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) >= 6.30
# Module # Module
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::Config) BuildRequires: perl(ExtUtils::Config) >= 0.002
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
# Test Suite # Test Suite
BuildRequires: perl(Config)
BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# Release Tests # Release Tests
# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise -> # perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise ->
@ -24,7 +27,7 @@ BuildRequires: perl(Test::More)
%if 0%{!?perl_bootstrap:1} %if 0%{!?perl_bootstrap:1}
BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage) >= 1.08
%endif %endif
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -66,6 +69,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/ExtUtils::InstallPaths.3pm* %{_mandir}/man3/ExtUtils::InstallPaths.3pm*
%changelog %changelog
* Tue Oct 29 2013 Paul Howarth <paul@city-fan.org> - 0.010-1
- Update to 0.010
- Deprecated usage of legacy configuration variables
- Generate default paths more dynamically
* Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.009-6 * Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.009-6
- Skip the release tests when bootstrapping - Skip the release tests when bootstrapping

View File

@ -1 +1 @@
6136200e7569dc6d225a074f04530f16 ExtUtils-InstallPaths-0.009.tar.gz f0b00cc6c04653588a6298fa1f16c07f ExtUtils-InstallPaths-0.010.tar.gz