second pass

This commit is contained in:
Tom Callaway 2008-02-27 21:35:26 +00:00
parent f45f333453
commit e74863866f

View File

@ -1,6 +1,6 @@
Name: perl-Pod-Coverage
Version: 0.19
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Checks if the documentation of a module is comprehensive
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Devel::Symdump) >= 2.01
BuildRequires: perl(Module::Build)
# BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -37,7 +37,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
# ./Build test
./Build test
%clean
rm -rf $RPM_BUILD_ROOT
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
- Rebuild for perl 5.10 (again), second pass with tests enabled
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests