BR IO::String so the tests actually pass.
This commit is contained in:
parent
b65bf19e3f
commit
74b9d50bd4
@ -1,6 +1,6 @@
|
||||
Name: perl-IO-All
|
||||
Version: 0.35
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: IO::All Perl module
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Spiffy) >= 0.21
|
||||
BuildRequires: perl(File::ReadBackwards)
|
||||
BuildRequires: perl(IO::String)
|
||||
Requires: perl(Spiffy) >= 0.21
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.35-3
|
||||
- BR IO::String so the tests actually pass.
|
||||
|
||||
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.35-2
|
||||
- Re-enable "make test".
|
||||
- BR File::ReadBackwards for better test coverage.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user