Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8f276d68867bba39933f78c0f627fdab > files > 2

perl-Net-Server-Coro-1.300.0-2.mga3.src.rpm

%define upstream_name    Net-Server-Coro
%define upstream_version 1.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    A co-operative multithreaded server using Coro
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(AnyEvent)
BuildRequires: perl(Coro)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.360.0
BuildRequires: perl(Net::Server) >= 2.0.0
BuildArch:  noarch

%description
the Net::Server::Coro manpage implements multithreaded server for the the
Net::Server manpage architecture, using the Coro manpage and the
Coro::Socket manpage to make all reads and writes non-blocking.
Additionally, it supports non-blocking SSL negotiation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml SIGNATURE
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.300.0-2.mga3
+ Revision: 370894
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Nov 14 2012 jquelin <jquelin> 1.300.0-1.mga3
+ Revision: 317709
- update to 1.3

* Sat Nov 05 2011 kharec <kharec> 1.200.0-1.mga2
+ Revision: 163629
- update to 1.2

* Fri Oct 14 2011 jquelin <jquelin> 1.100.0-1.mga2
+ Revision: 154823
- update to 1.1

* Tue Feb 22 2011 jquelin <jquelin> 0.900.0-1.mga1
+ Revision: 56665
- imported package perl-Net-Server-Coro