rebuild first pass, no tests, no Test::Pod

This commit is contained in:
Tom Callaway 2008-01-11 04:22:25 +00:00
parent 07dcd982c8
commit 73e7010130

View File

@ -1,10 +1,10 @@
Name: perl-Pod-Coverage
Version: 0.18
Release: 2%{?dist}
Release: 2%{?dist}.1
Summary: Checks if the documentation of a module is comprehensive
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Pod-Coverage/
Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -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-2.1
- rebuild (first pass, no tests, no Test::Pod)
* Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
- Version 0.18 is now a noarch package.