packages: perl-Event-Lib/perl-Event-Lib.spec - real pl translation

qboosh qboosh at pld-linux.org
Mon Feb 21 18:09:20 CET 2011


Author: qboosh                       Date: Mon Feb 21 17:09:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- real pl translation

---- Files affected:
packages/perl-Event-Lib:
   perl-Event-Lib.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/perl-Event-Lib/perl-Event-Lib.spec
diff -u packages/perl-Event-Lib/perl-Event-Lib.spec:1.4 packages/perl-Event-Lib/perl-Event-Lib.spec:1.5
--- packages/perl-Event-Lib/perl-Event-Lib.spec:1.4	Sun Jun  6 10:36:03 2010
+++ packages/perl-Event-Lib/perl-Event-Lib.spec	Mon Feb 21 18:09:15 2011
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	tests		# do not perform "make test"
+%bcond_with	tests		# perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define	pdir	Event
@@ -24,7 +24,7 @@
 
 %description
 This module is a Perl wrapper around libevent(3) as available from
-http://www.monkey.org/~provos/libevent/. It allows to execute a
+<http://www.monkey.org/~provos/libevent/>. It allows to execute a
 function whenever a given event on a filehandle happens, a timeout
 occurs or a signal is received.
 
@@ -32,19 +32,19 @@
 dealing with events is used. This could be select, poll, epoll,
 devpoll or kqueue. The idea is that you don't have to worry about
 those details and the various interfaces they offer. Event::Lib offers
-a unified interface to all of them (but see "CONFIGURATION" further
-below).
-
-Once you've skimmed through the next two sections (or maybe even now),
-you should have a look at "EXAMPLE: A SIMPLE TCP SERVER" to get a
-feeling about how it all fits together.
-
-There's also a section briefly mentioning other event modules on the
-CPAN and how they differ from Event::Lib further below ("OTHER EVENT
-MODULES").
+a unified interface to all of them.
 
 %description -l pl.UTF-8
-Moduł ten opakowuje libevent.
+Moduł ten jest perlowym opakowaniem biblioteki libevent(3) dostępnej
+pod adresem <http://www.monkey.org/~provos/libevent/>. Pozwala na
+wywołanie funkcji w przypadku określonego zdarzenia na uchwycie
+pliku, upłynięcia limitu czasu lub odebrania sygnału.
+
+Wewnątrz używany jest jeden z dostępnych mechanizmów do asynchronicznej
+obsługi zdarzeń - może to być select, poll, epoll, devpoll lub kqueue.
+Idea jest taka, że programista nie musi martwić się o szczegóły
+związane z każdym z tych interfejsów. Event::Lib oferuje ujednolicony
+interfejs do nich wszystkich.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -70,11 +70,11 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorarch}/Event/*.pm
+%{perl_vendorarch}/Event/Lib.pm
 %dir %{perl_vendorarch}/auto/Event/Lib
-%{perl_vendorarch}/auto/Event/Lib/*.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/Event/Lib/*.so
-%{_mandir}/man3/*
+%{perl_vendorarch}/auto/Event/Lib/Lib.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Event/Lib/Lib.so
+%{_mandir}/man3/Event::Lib.3pm*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/02/21 17:09:15  qboosh
+- real pl translation
+
 Revision 1.4  2010/06/06 08:36:03  arekm
 - release 3
 
@@ -93,4 +96,3 @@
 
 Revision 1.1  2009/06/17 07:36:23  amateja
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Event-Lib/perl-Event-Lib.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list