Update to 0.09.
This commit is contained in:
parent
16ceb144d9
commit
b692c3860d
@ -1 +1 @@
|
||||
Test-Warn-0.08.tar.gz
|
||||
Test-Warn-0.09.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user