]> git.pld-linux.org Git - packages/perl-Sereal-Encoder.git/commitdiff
- updated to 3.014 auto/th/perl-Sereal-Encoder-3.014-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jan 2016 07:49:24 +0000 (08:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jan 2016 07:49:24 +0000 (08:49 +0100)
- pl

perl-Sereal-Encoder.spec

index 10a164e5ca34e9e96a5c81a26e4ecc681bc29bf6..2ea190cb8e045ac943c9d671f39346a6094a6dd3 100644 (file)
@@ -6,19 +6,20 @@
 %define                pnam    Encoder
 %include       /usr/lib/rpm/macros.perl
 Summary:       Sereal::Encoder - Fast, compact, powerful binary serialization
+Summary(pl.UTF-8):     Sereal::Encoder - szybka, zwarta, potężna serializacja binarna
 Name:          perl-Sereal-Encoder
-Version:       3.002
-Release:       3
+Version:       3.014
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/Y/YV/YVES/Sereal-Encoder-%{version}.tar.gz
-# Source0-md5: 18e88a20ae5842f98e2874557d8d525c
+# Source0-md5: 260b60762618e39b0cc158c2815c663c
 URL:           http://search.cpan.org/dist/Sereal-Encoder/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
-BuildRequires: perl(Sereal::Decoder) >= 3.00
+BuildRequires: perl-Sereal-Decoder >= 3.00
 BuildRequires: perl-Test-LongString
 BuildRequires: perl-Test-Warn
 %endif
@@ -30,20 +31,27 @@ serializer using a binary protocol called Sereal. Its sister module
 Sereal::Decoder implements a decoder for this format. The two are
 released separately to allow for independent and safer upgrading. If
 you care greatly about performance, consider reading the
-Sereal::Performance documentation after finishing this document.
+Sereal::Performance documentation.
 
 The Sereal protocol version emitted by this encoder implementation is
 currently protocol version 3 by default.
 
 The protocol specification and many other bits of documentation can be
-found in the github repository. Right now, the specification is at
-https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is
-a discussion of the design objectives in
-https://github.com/Sereal/Sereal/blob/master/README.pod, and the
-output of our benchmarks can be seen at
-https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs. For
-more information on getting the best performance out of Sereal, have a
-look at the /"PERFORMANCE" section below.
+found in the github repository at <https://github.com/Sereal/Sereal>.
+
+%description -l pl.UTF-8
+Ten moduł implementuje wydajny, mający zwarte wyjście i wiele
+możliwości, serializer wykorzystujący binary protokół o nazwie Sereal.
+Siostrzany moduł Sereal::Decoder implementuje dekoder dla tego
+formatu. Moduły wydawane są osobno, aby umożliwić niezależne i
+bezpieczniejsze aktualizacje. Informacje na temat wydajności można
+znaleźć w dokumentacji Sereal::Performance.
+
+Ta implementacja kodera domyślnie produkuje wyjście zgodne z
+protokołem Sereal w wersji 3.
+
+Specyfikację protokołu i inną dokumentację można znaleźć w
+repozytorium github <https://github.com/Sereal/Sereal>.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -69,10 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes
 %dir %{perl_vendorarch}/Sereal
-%{perl_vendorarch}/Sereal/*.pm
+%{perl_vendorarch}/Sereal/Encoder.pm
 %dir %{perl_vendorarch}/Sereal/Encoder
 %{perl_vendorarch}/Sereal/Encoder/*.pm
 %dir %{perl_vendorarch}/auto/Sereal
 %dir %{perl_vendorarch}/auto/Sereal/Encoder
-%attr(755,root,root) %{perl_vendorarch}/auto/Sereal/Encoder/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/Sereal/Encoder/Encoder.so
+%{_mandir}/man3/Sereal::Encoder.3pm*
This page took 0.128738 seconds and 4 git commands to generate.