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