From 6ea23d37789804a280132be97b590be1ba79cb2f Mon Sep 17 00:00:00 2001 From: nim Date: Fri, 18 May 2007 18:32:06 +0000 Subject: [PATCH] BR multiplex for build tests --- perl-Net-Server.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-Net-Server.spec b/perl-Net-Server.spec index cb371ce..97f44cc 100644 --- a/perl-Net-Server.spec +++ b/perl-Net-Server.spec @@ -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 -- 0.96-1 +⍟ 0.96-2 +- more build checks +⍟ 0.96-1 - trim changelog * Tue Mar 20 2007 Nicolas Mailhot