Author: qboosh Date: Sun Aug 20 11:58:09 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl
---- Files affected: SPECS: perl-POE-Session-Attribute.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Session-Attribute.spec diff -u SPECS/perl-POE-Session-Attribute.spec:1.1 SPECS/perl-POE-Session-Attribute.spec:1.2 --- SPECS/perl-POE-Session-Attribute.spec:1.1 Tue Aug 1 20:18:24 2006 +++ SPECS/perl-POE-Session-Attribute.spec Sun Aug 20 13:58:04 2006 @@ -2,17 +2,18 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir POE %define pnam Session-Attribute -Summary: perl(POE::Session::Attribute) - Use attributes to define your POE Sessions +Summary: POE::Session::Attribute - use attributes to define your POE Sessions +Summary(pl): POE::Session::Attribute - definiowanie sesji POE z użyciem atrybutów Name: perl-POE-Session-Attribute Version: 0.80 Release: 0.1 # "same as perl 5.8.7 or any later perl 5" -License: GPLv1+ or Artistic +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: a7fda22ae8b59cac410c1b688541abd6 @@ -28,12 +29,23 @@ %description This module's purpose is to save you some boilerplate code around POE::Session->create() method. Just inherit your class from -POE::Session::Attribute and define some states using attributes. Method -"spawn()" in your package will be provided by POE::Session::Attribute (of -course, you can override it, if any). +POE::Session::Attribute and define some states using attributes. +Method "spawn()" in your package will be provided by +POE::Session::Attribute (of course, you can override it, if any). POE::Session::Attribute tries to be reasonably compatible with POE::Session::AttributeBased. As for now, all material test cases from -POE::Session::AttributeBased distribution v0.03 run without errors with +POE::Session::AttributeBased distribution v0.03 run without errors +with POE::Session::Attribute. + +%description -l pl +Celem tego modułu jest oszczędzenie pisania części kodu wokół metody +POE::Session->create(). Wystarczy odziedziczyć klasę z +POE::Session::Attribute i zdefiniować trochę stanów przy użyciu +atrybutów. Metoda "spawn()" będzie dostarczona przez +POE::Session::Attribute (oczywiście można ją przeciążyć). +POE::Session::Attribute próbuje być w miarę kompatybilny z +POE::Session::AttributeBased. Jak na razie wszystkie przypadki testowe +z dystrybucji POE::Session::AttributeBased 0.03 działają bez błędów z POE::Session::Attribute. %prep @@ -68,6 +80,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/20 11:58:04 qboosh +- pl + Revision 1.1 2006/08/01 18:18:24 agaran - initial, 0.80, rel 0.1, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-POE-Session-Attribute.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
