- Upstream update.
- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
This commit is contained in:
parent
3c5c315820
commit
f1db5dc20c
@ -1 +1 @@
|
||||
Test-LongString-0.10.tar.gz
|
||||
Test-LongString-0.11.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-LongString
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module to test long strings
|
||||
License: GPL or Artistic
|
||||
@ -12,12 +12,10 @@ BuildArch: noarch
|
||||
|
||||
# Required by the tests
|
||||
BuildRequires: perl(Test::Builder) >= 0.12
|
||||
%if "%{version}" == "0.11"
|
||||
BuildRequires: perl(Test::Builder::Tester) >= 1.04
|
||||
%endif
|
||||
%if "%{version}" == "0.10"
|
||||
BuildRequires: perl(Test::Builder::Tester) >= 1.00
|
||||
%endif
|
||||
# 0.11 would require 1.04, but we only have 1.02
|
||||
# Causes a warning when running tests
|
||||
# BuildRequires: perl(Test::Builder::Tester) >= 1.04
|
||||
BuildRequires: perl(Test::Builder::Tester)
|
||||
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
@ -58,6 +56,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
|
||||
- Upstream update.
|
||||
- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
|
||||
|
||||
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de>
|
||||
- Preps for 0.11. Deactivated, because perl(Test::Builder::Tester) on
|
||||
all current Fedoras is too old for this to be applicable.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user