BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.
This commit is contained in:
parent
31c3333823
commit
9ff37e863f
@ -12,6 +12,8 @@ BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
||||
BuildRequires: perl(Devel::StackTrace) >= 1.17
|
||||
BuildRequires: perl(Module::Build)
|
||||
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(Devel::StackTrace) >= 1.17
|
||||
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/*
|
||||
|
||||
%check
|
||||
export IS_MAINTAINER=1
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
@ -50,12 +53,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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.
|
||||
- Bump Devel::StackTrace dependency to 1.17.
|
||||
- Clean up to match current cpanspec output.
|
||||
- Improve Summary and description.
|
||||
- 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
|
||||
- Rebuild for perl 5.10 (again)
|
||||
|
Loading…
Reference in New Issue
Block a user