Rebuild for FC5 (perl 5.8.8).
This commit is contained in:
parent
5111601147
commit
364b4bdd87
@ -1,20 +1,20 @@
|
||||
Name: perl-Test-Exception
|
||||
Version: 0.21
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library of test functions for exception based Perl code
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-Exception/
|
||||
Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-0.21.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
BuildRequires: perl(Module::Build), perl(Test::More)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::Builder), perl(Test::Builder::Tester)
|
||||
BuildRequires: perl(Sub::Uplevel), perl(Pod::Coverage), perl(Test::Pod)
|
||||
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 exception
|
||||
@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
./Build test
|
||||
|
||||
|
||||
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
|
||||
- Rebuild for FC5 (perl 5.8.8).
|
||||
|
||||
* Tue Jun 7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
|
||||
- Update to 0.21.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user