[packages/perl-Sereal-Decoder] - updated to 3.014 - pl
qboosh
qboosh at pld-linux.org
Fri Jan 8 17:01:42 CET 2016
commit 93113f3e6ccf255165f9f071fbfa813c79767951
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jan 8 17:03:30 2016 +0100
- updated to 3.014
- pl
perl-Sereal-Decoder.spec | 39 ++++++++++++++++++++++++++-------------
1 file changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/perl-Sereal-Decoder.spec b/perl-Sereal-Decoder.spec
index 7de7f6c..34780bb 100644
--- a/perl-Sereal-Decoder.spec
+++ b/perl-Sereal-Decoder.spec
@@ -6,19 +6,20 @@
%define pnam Decoder
%include /usr/lib/rpm/macros.perl
Summary: Sereal::Decoder - Fast, compact, powerful binary deserialization
+Summary(pl.UTF-8): Sereal::Decoder - szybka, zwarta, potężna deserializacja binarna
Name: perl-Sereal-Decoder
-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-Decoder-%{version}.tar.gz
-# Source0-md5: c26033b258dc3ee2e4e485f7293ccb63
+# Source0-md5: d52fb4fbd28acba055e9907bcbc99b47
URL: http://search.cpan.org/dist/Sereal-Decoder/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl(Test::LongString)
+BuildRequires: perl-Test-LongString
BuildRequires: perl-Test-Warn
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,12 +39,22 @@ decode the parts of the input that are compatible with version 3 of
the protocol. The protocol was designed to allow for this.
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.
+found in the github repository at <https://github.com/Sereal/Sereal>.
+
+%description -l pl.UTF-8
+Ten moduł implementuje deserializer dla wydajnego, mającego zwarte
+wyjście i wiele możliwości, binarnego protokołu o nazwie Sereal.
+Siostrzany moduł Sereal::Encoder implementuje koder dla tego formatu.
+Moduły wydawane są osobno, aby umożliwić niezależne i bezpieczniejsze
+aktualizacje.
+
+Ten dekoder jest obecnie zgodny z protokołem Sereal w wersjach 1, 2,
+3. Odmówi prób dekodowania późniejszych wersji, ale w razie potrzeby
+może być opcja dekodowania części wejścia zgodnej z wersją 3
+protokołu.
+
+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 +80,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc Changes
%dir %{perl_vendorarch}/Sereal
-%{perl_vendorarch}/Sereal/*.pm
+%{perl_vendorarch}/Sereal/Decoder.pm
+%{perl_vendorarch}/Sereal/Performance.pm
%dir %{perl_vendorarch}/Sereal/Decoder
%{perl_vendorarch}/Sereal/Decoder/*.pm
%dir %{perl_vendorarch}/auto/Sereal
%dir %{perl_vendorarch}/auto/Sereal/Decoder
-%attr(755,root,root) %{perl_vendorarch}/auto/Sereal/Decoder/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/Sereal/Decoder/Decoder.so
+%{_mandir}/man3/Sereal::Decoder.3pm*
+%{_mandir}/man3/Sereal::Performance.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Sereal-Decoder.git/commitdiff/93113f3e6ccf255165f9f071fbfa813c79767951
More information about the pld-cvs-commit
mailing list