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:
parent
3c4f9e2911
commit
a405198fea
@ -1 +1 @@
|
||||
Net-Server-0.88.tar.gz
|
||||
Net-Server-0.90.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user