Rebuild for FC6.
This commit is contained in:
parent
71c6dcef67
commit
16ceb144d9
@ -1 +0,0 @@
|
||||
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Warn
|
||||
Version: 0.08
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Perl extension to test methods for warnings
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -10,11 +10,11 @@ Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-%{version}.ta
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
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)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Array::Compare)
|
||||
BuildRequires: perl(Tree::DAG_Node)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Tree::DAG_Node)
|
||||
|
||||
%description
|
||||
This module provides a few convenience methods for testing warning
|
||||
@ -50,10 +50,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-4
|
||||
- Rebuild for FC6.
|
||||
|
||||
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-3
|
||||
- Rebuild for FC5 (perl 5.8.8).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user