rebuild 2
This commit is contained in:
parent
73e7010130
commit
535df844cc
@ -1,6 +1,6 @@
|
||||
Name: perl-Pod-Coverage
|
||||
Version: 0.18
|
||||
Release: 2%{?dist}.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Checks if the documentation of a module is comprehensive
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Devel::Symdump)
|
||||
# BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -41,7 +41,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check
|
||||
# ./Build test
|
||||
./Build test
|
||||
|
||||
|
||||
%clean
|
||||
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
|
||||
- rebuild 2, enable Test::Pod, tests
|
||||
|
||||
* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
|
||||
- rebuild (first pass, no tests, no Test::Pod)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user