Author: qboosh Date: Mon Feb 21 18:21:05 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.39 - pl
---- Files affected: packages/perl-IO-Async: perl-IO-Async.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/perl-IO-Async/perl-IO-Async.spec diff -u packages/perl-IO-Async/perl-IO-Async.spec:1.4 packages/perl-IO-Async/perl-IO-Async.spec:1.5 --- packages/perl-IO-Async/perl-IO-Async.spec:1.4 Thu Mar 11 13:13:27 2010 +++ packages/perl-IO-Async/perl-IO-Async.spec Mon Feb 21 19:20:59 2011 @@ -7,24 +7,30 @@ %define pdir IO %define pnam Async Summary: IO::Async - perform asynchronous filehandle IO and other operations -#Summary(pl.UTF-8): +Summary(pl.UTF-8): IO::Async - asynchroniczne operacje we/wy na plikach i inne Name: perl-IO-Async -Version: 0.28 +Version: 0.39 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz -# Source0-md5: 83415cfa4596edb55db36376ad9ce86a +Source0: http://www.cpan.org/modules/by-module/IO/PEVANS/IO-Async-%{version}.tar.gz +# Source0-md5: 084f8f925827db81c64036afb05be9fb URL: http://search.cpan.org/dist/IO-Async/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Async::MergePoint) -BuildRequires: perl(Socket::GetAddrInfo) >= 0.08 -BuildRequires: perl(Test::Refcount) -BuildRequires: perl-Heap >= 0.8 +BuildRequires: perl-Async-MergePoint +BuildRequires: perl-CPS +BuildRequires: perl-Heap >= 0.80 +BuildRequires: perl-Socket-GetAddrInfo >= 0.18 +BuildRequires: perl-Storable +BuildRequires: perl-Time-HiRes BuildRequires: perl-Test-Exception +BuildRequires: perl-Test-Fatal +BuildRequires: perl-Test-Identity +BuildRequires: perl-Test-Refcount +BuildRequires: perl-Test-Warn %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,23 +39,19 @@ This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a -container o other objects, which perform the actual IO work required -by the program. As as IO handles, the loop also supports timers and -signal handlers, and includes more higher-level functionallity built -on top of these basic parts. - -Because there are a lot of classes in this collection, the following -overview gives a brief description of each. - -The base class of all the event handling subclasses is -IO::Async::Notifier. It does not perform any IO operations itself, but -instead acts as a base class to build the specific IO functionallity -upon. It can also coordinate a collection of other Notifiers contained -within it, forming a tree structure. - -The following sections describe particular types of Notifier. - -# %description -l pl.UTF-8 # TODO +container of other objects, which perform the actual IO work required +by the program. As well as IO handles, the loop also supports timers +and signal handlers, and includes more higher-level functionallity +built on top of these basic parts. + +%description -l pl.UTF-8 +Zestaw modułów umożliwiających pisanie programów wykonywanie +asynchroncznych operacji we/wy na uchwytach plików. Typowy program +wykonujący je składa się z pojedynczej podklasy IO::Async::Loop +pełniącej rolę kontenera innych obiektów, wykonujących właściwe +operacje we/wy wymagane przez program. Oprócz obsługi we/wy pętla +obsługuje także stopery i sygnały, a także zawiera nieco funkcji +wyższego poziomu stworzonych w oparciu o te podstawowe elementy. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -76,9 +78,9 @@ %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/IO/*.pm +%{perl_vendorlib}/IO/Async.pm %{perl_vendorlib}/IO/Async -%{_mandir}/man3/* +%{_mandir}/man3/IO::Async*.3pm* %{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -87,6 +89,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/02/21 18:20:59 qboosh +- up to 0.39 +- pl + Revision 1.4 2010/03/11 12:13:27 amateja - updated to 0.28 @@ -98,4 +104,3 @@ Revision 1.1 2009/10/27 20:53:37 amateja - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-IO-Async/perl-IO-Async.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
