auto-import perl-Net-Server-0.90-1.fc5 on branch devel from

perl-Net-Server-0.90-1.fc5.src.rpm
0.90 + Multiplex
This commit is contained in:
nim 2006-01-08 12:52:38 +00:00
parent 3c4f9e2911
commit a405198fea
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
Net-Server-0.88.tar.gz
Net-Server-0.90.tar.gz

View File

@ -1,19 +1,22 @@
%define rname Net-Server
Name: perl-%{rname}
Version: 0.88
Version: 0.90
Release: 1%{?dist}
Summary: Extensible, general Perl server engine
Group: Development/Libraries
License: Artistic
URL: http://perl-net-server.sourceforge.net/
URL: http://search.cpan.org/dist/Net-Server/
Source: http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/%{rname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl
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...
Requires: perl(IO::Multiplex)
%description
@ -58,6 +61,10 @@ rm -fr %{buildroot}
%changelog
* Sun Jan 8 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 0.90-1
- Updated to 0.90
- add IO::Multiplex dep
* Wed Jun 22 2005 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> - 0.88-1
- Updated to 0.88, fixes remote format string vulnerability
- Remove perl macros integrated in rpm

View File

@ -1 +1 @@
f068d68fb3ccac2ee93860d1fcdbdb4e Net-Server-0.88.tar.gz
6874fc7b37ee2969aba03f1ccebbe6a3 Net-Server-0.90.tar.gz