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:
parent
89c5b8a0db
commit
bc5928c164
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user