Update to 0.018
- New upstream release 0.018 - Lazily load Pod::Man and TAP::Harness - Don't manify unless necessary - Bump perl(ExtUtils::Helpers) version requirement to 0.019 - Explicitly require perl(Pod::Man) and perl(TAP::Harness) ≥ 3.0
This commit is contained in:
parent
bf537ebe60
commit
8758c87811
@ -1,7 +1,7 @@
|
|||||||
Summary: A tiny replacement for Module::Build
|
Summary: A tiny replacement for Module::Build
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.017
|
Version: 0.018
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: https://github.com/Leont/module-build-tiny
|
URL: https://github.com/Leont/module-build-tiny
|
||||||
@ -11,7 +11,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl(CPAN::Meta)
|
BuildRequires: perl(CPAN::Meta)
|
||||||
BuildRequires: perl(Exporter) >= 5.57
|
BuildRequires: perl(Exporter) >= 5.57
|
||||||
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
||||||
BuildRequires: perl(ExtUtils::Helpers) >= 0.017
|
BuildRequires: perl(ExtUtils::Helpers) >= 0.019
|
||||||
BuildRequires: perl(ExtUtils::Install)
|
BuildRequires: perl(ExtUtils::Install)
|
||||||
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
@ -32,6 +32,8 @@ BuildRequires: perl(Test::More)
|
|||||||
BuildRequires: perl(Test::Pod) >= 1.41
|
BuildRequires: perl(Test::Pod) >= 1.41
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
Requires: perl(Pod::Man)
|
||||||
|
Requires: perl(TAP::Harness) >= 3.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
|
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
|
||||||
@ -62,6 +64,13 @@ RELEASE_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
|
||||||
|
- Update to 0.018
|
||||||
|
- Lazily load Pod::Man and TAP::Harness
|
||||||
|
- Don't manify unless necessary
|
||||||
|
- Bump perl(ExtUtils::Helpers) version requirement to 0.019
|
||||||
|
- Explicitly require perl(Pod::Man) and perl(TAP::Harness) ≥ 3.0
|
||||||
|
|
||||||
* Tue Apr 23 2013 Paul Howarth <paul@city-fan.org> - 0.017-2
|
* Tue Apr 23 2013 Paul Howarth <paul@city-fan.org> - 0.017-2
|
||||||
- Updates following package review (#947455)
|
- Updates following package review (#947455)
|
||||||
- BR: perl(ExtUtils::Config) for module
|
- BR: perl(ExtUtils::Config) for module
|
||||||
|
Loading…
Reference in New Issue
Block a user