BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.

This commit is contained in:
Steven Pritchard 2008-05-31 21:36:59 +00:00
parent 31c3333823
commit 9ff37e863f

View File

@ -12,6 +12,8 @@ BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 1.17 BuildRequires: perl(Devel::StackTrace) >= 1.17
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More) >= 0.46 BuildRequires: perl(Test::More) >= 0.46
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(Class::Data::Inheritable) >= 0.02 Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 1.17 Requires: perl(Devel::StackTrace) >= 1.17
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -38,6 +40,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
export IS_MAINTAINER=1
./Build test ./Build test
%clean %clean
@ -50,12 +53,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 1.24-1 * Thu May 31 2008 Steven Pritchard <steve@kspei.com> 1.24-1
- Update to 1.24. - Update to 1.24.
- Bump Devel::StackTrace dependency to 1.17. - Bump Devel::StackTrace dependency to 1.17.
- Clean up to match current cpanspec output. - Clean up to match current cpanspec output.
- Improve Summary and description. - Improve Summary and description.
- Build with Module::Build. - Build with Module::Build.
- BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-6 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-6
- Rebuild for perl 5.10 (again) - Rebuild for perl 5.10 (again)