Update to 0.09.

This commit is contained in:
Jose Pedro Oliveira 2007-03-18 19:53:14 +00:00
parent 16ceb144d9
commit b692c3860d
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
Test-Warn-0.08.tar.gz
Test-Warn-0.09.tar.gz

View File

@ -1,18 +1,19 @@
Name: perl-Test-Warn
Version: 0.08
Release: 4%{?dist}
Version: 0.09
Release: 1%{?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-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Array::Compare)
BuildRequires: perl(Tree::DAG_Node)
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Tree::DAG_Node)
@ -34,7 +35,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@ -54,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-1
- Update to 0.09.
- New upstream maintainer.
- New BR: perl(Test::Pod).
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-4
- Rebuild for FC6.

View File

@ -1 +1 @@
95fa7fa694f00ec414a877ae4ef65d7b Test-Warn-0.08.tar.gz
62e97bd52f885020f6677f3e207613b4 Test-Warn-0.09.tar.gz