Update to 1.08.
This commit is contained in:
parent
14319e547f
commit
dc9cf4f18c
@ -1 +1 @@
|
|||||||
Test-Pod-Coverage-1.06.tar.gz
|
Test-Pod-Coverage-1.08.tar.gz
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
Name: perl-Test-Pod-Coverage
|
Name: perl-Test-Pod-Coverage
|
||||||
Version: 1.06
|
Version: 1.08
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Check for pod coverage in your distribution
|
Summary: Check for pod coverage in your distribution
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
|
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-1.06.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl >= 1:5.6.1
|
BuildRequires: perl >= 1:5.6.1
|
||||||
BuildRequires: perl(Pod::Coverage)
|
BuildRequires: perl(Pod::Coverage)
|
||||||
BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Builder::Tester)
|
BuildRequires: perl(Test::Pod), perl(Test::Builder::Tester)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Checks for POD coverage in files for your distribution.
|
Checks for POD coverage in files for your distribution.
|
||||||
@ -36,7 +36,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|||||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
|
||||||
|
- Update to 1.08.
|
||||||
|
|
||||||
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
|
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
|
||||||
- Add dist tag.
|
- Add dist tag.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user