Author: qboosh Date: Mon Dec 24 15:44:20 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - generic URL - pl - BR: perl-Module-Build
---- Files affected: SPECS: perl-IO-Socket-SIPC.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-IO-Socket-SIPC.spec diff -u SPECS/perl-IO-Socket-SIPC.spec:1.2 SPECS/perl-IO-Socket-SIPC.spec:1.3 --- SPECS/perl-IO-Socket-SIPC.spec:1.2 Mon Dec 24 03:14:39 2007 +++ SPECS/perl-IO-Socket-SIPC.spec Mon Dec 24 16:44:15 2007 @@ -6,16 +6,18 @@ %include /usr/lib/rpm/macros.perl %define pdir IO %define pnam Socket-SIPC -Summary: IO::Socket::SIPC - Serialize perl structures for inter process communication. -#Summary(pl): +Summary: IO::Socket::SIPC - Serialize Perl structures for inter process communication +Summary(pl.UTF-8): IO::Socket::SIPC - serializacja struktur Perla do komunikacji międzyprocesowej Name: perl-IO-Socket-SIPC Version: 0.07 Release: 0.1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 2650b8308dbc3ec1fb76734ac7ff01f6 +URL: http://search.cpan.org/dist/IO-Socket-SIPC/ +BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,17 +27,23 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This module makes it possible to transport perl structures between processes over sockets. -It wrappes your favorite IO::Socket module and controls the amount of data over the socket. -The default serializer is Storable with nfreeze() and thaw() but you can choose each -other serializer you wish to use. You have just follow some restrictions and need only some -lines of code to adjust it for yourself. In addition it's possible to use a checksum to check -the integrity of the transported data. Take a look to the method section. - - - -# %description -l pl -# TODO +This module makes it possible to transport Perl structures between +processes over sockets. It wraps your favorite IO::Socket module and +controls the amount of data over the socket. The default serializer is +Storable with nfreeze() and thaw() but you can choose each other +serializer you wish to use. You have just follow some restrictions and +need only some lines of code to adjust it for yourself. In addition +it's possible to use a checksum to check the integrity of the +transported data. + +%description -l pl.UTF-8 +Ten moduł umożliwia przesyłanie struktur Perla między procesami +poprzez gniazda. Obudowuje ulubiony moduł IO::Socket i kieruje dane +przez gniazdo. Domyślny serializer to Storable z nfreeze() i thaw(), +ale można wybrać dowolny inny. Wystarczy postępować zgodnie z pewnymi +restrykcjami i dopasować niewielką liczbę linii kodu. Ponadto istnieje +możliwość używania sumy kontrolnej do sprawdzania integralności +przesyłanych danych. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -63,7 +71,6 @@ %defattr(644,root,root,755) %doc ChangeLog INSTALL README %{perl_vendorlib}/IO/Socket/*.pm -#%%{perl_vendorlib}/IO/Socket/SIPC %{_mandir}/man3/* %{_examplesdir}/%{name}-%{version} @@ -73,9 +80,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007-12-24 15:44:15 qboosh +- generic URL +- pl +- BR: perl-Module-Build + Revision 1.2 2007-12-24 02:14:39 zbyniu - up to 0.07 Revision 1.1 2007-09-26 11:26:38 agaran - initial, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-IO-Socket-SIPC.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
