packages: perl-EV/perl-EV.spec - updated to 4.03
qboosh
qboosh at pld-linux.org
Mon Feb 21 17:52:59 CET 2011
Author: qboosh Date: Mon Feb 21 16:52:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 4.03
---- Files affected:
packages/perl-EV:
perl-EV.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/perl-EV/perl-EV.spec
diff -u packages/perl-EV/perl-EV.spec:1.10 packages/perl-EV/perl-EV.spec:1.11
--- packages/perl-EV/perl-EV.spec:1.10 Sun Jun 6 10:35:56 2010
+++ packages/perl-EV/perl-EV.spec Mon Feb 21 17:52:54 2011
@@ -6,16 +6,16 @@
%include /usr/lib/rpm/macros.perl
%define pdir EV
Summary: EV - perl interface to libev, a high performance full-featured event loop
-Summary(pl.UTF-8): EV - interfejs perlowy do libev
+Summary(pl.UTF-8): EV - perlowy interfejs do libev - wydajnej pętli zdarzeń
Name: perl-EV
-Version: 3.9
-Release: 5
+Version: 4.03
+Release: 1
Epoch: 1
# same as perl, libev: BSD-like
-License: GPL v1+ or Artistic, partially BSD-like
+License: GPL v1+ or Artistic (perl module), BSD-like (embedded libev)
Group: Development/Languages/Perl
-Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{pdir}-%{version}.tar.gz
-# Source0-md5: b46709463a575485eb40ca3309963ce3
+Source0: http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pdir}-%{version}.tar.gz
+# Source0-md5: 33088705bc34bf66bccde50205c15e9f
URL: http://search.cpan.org/dist/EV/
BuildRequires: perl-common-sense
BuildRequires: perl-devel >= 1:5.8.0
@@ -24,13 +24,7 @@
%description
This module provides an interface to libev
-(http://software.schmorp.de/pkg/libev.html). While the documentation
-below is comprehensive, one might also consult the documentation of
-libev itself (http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod or
-perldoc EV::libev) for more subtle details on watcher semantics or
-some discussion on the available backends, or how to force a specific
-backend with LIBEV_FLAGS, or just about in any case because it has
-much more detailed information.
+(http://software.schmorp.de/pkg/libev.html).
This module is very fast and scalable. It is actually so fast that you
can use it through the AnyEvent module, stay portable to other event
@@ -38,10 +32,15 @@
it) and still be faster than with any other event loop currently
supported in Perl.
-This module does not export any symbols.
-
%description -l pl.UTF-8
-Moduł ten dostarcza intefejs do libev.
+Moduł ten dostarcza intefejs do libev
+(http://software.schmorp.de/pkg/libev.html).
+
+Jest bardzo szybki i skalowalny. Właściwie jest na tyle szybki, że
+można go użyć poprzez moduł AnyEvent i pozostawić kod przenośnym na
+inne pętle zdarzeń (jeśli nie jest wymagane użycie typów obserwatorów
+niedostępnych przez AnyEvent), i całość jest nadal szybsza niż inne
+pętle zdarzeń dostępne z poziomu Perla.
%prep
%setup -q -n %{pdir}-%{version}
@@ -69,7 +68,7 @@
%files
%defattr(644,root,root,755)
-%doc Changes README COPYING libev-doc
+%doc Changes COPYING README libev-doc
%dir %{perl_vendorarch}/EV
%{perl_vendorarch}/EV/*.pm
%{perl_vendorarch}/EV.pm
@@ -78,7 +77,7 @@
%dir %{perl_vendorarch}/auto/EV
%{perl_vendorarch}/auto/EV/EV.bs
%attr(755,root,root) %{perl_vendorarch}/auto/EV/EV.so
-%{_mandir}/man3/*
+%{_mandir}/man3/EV*.3pm*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -86,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2011/02/21 16:52:54 qboosh
+- updated to 4.03
+
Revision 1.10 2010/06/06 08:35:56 arekm
- release 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-EV/perl-EV.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list