BR multiplex for build tests

This commit is contained in:
nim 2007-05-18 18:32:06 +00:00
parent 42286d6d93
commit 6ea23d3778

View File

@ -2,7 +2,7 @@
Name: perl-%{rname}
Version: 0.96
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extensible, general Perl server engine
Group: Development/Libraries
@ -13,9 +13,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl-devel
# Needed for the associated tests in %check
BuildRequires: perl(IO::Multiplex)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# IO::Multiplex support is optional, but since it's in FE and not including it
# causes build problems in some packages...
# IO::Multiplex support is optional, but since it's in Fedora and not
# including it causes build problems in some packages…
Requires: perl(IO::Multiplex)
@ -63,7 +65,9 @@ rm -fr %{buildroot}
%changelog
* Fri May 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.96-1
0.96-2
- more build checks
0.96-1
- trim changelog
* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>