Rebuild for FC5 (perl 5.8.8).

This commit is contained in:
Jose Pedro Oliveira 2006-02-24 20:35:24 +00:00
parent bc7aa5472f
commit 4b8f2e8724

View File

@ -1,12 +1,12 @@
Name: perl-Test-Warn
Version: 0.08
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl extension to test methods for warnings
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Test-Warn/
Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.08.tar.gz
Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -14,7 +14,7 @@ BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(Test::Builder::Tester), perl(Test::Exception)
BuildRequires: perl(Array::Compare), perl(Tree::DAG_Node)
Requires: perl(Tree::DAG_Node)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module provides a few convenience methods for testing warning
@ -38,7 +38,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
%check
make test
@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-3
- Rebuild for FC5 (perl 5.8.8).
* Fri Jul 1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-2
- Dist tag.