SPECS: perl-Object-Signature.spec - pl
qboosh
qboosh at pld-linux.org
Sat Apr 15 17:35:56 CEST 2006
Author: qboosh Date: Sat Apr 15 15:35:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
perl-Object-Signature.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Object-Signature.spec
diff -u SPECS/perl-Object-Signature.spec:1.1 SPECS/perl-Object-Signature.spec:1.2
--- SPECS/perl-Object-Signature.spec:1.1 Sat Apr 8 18:43:11 2006
+++ SPECS/perl-Object-Signature.spec Sat Apr 15 17:35:51 2006
@@ -7,7 +7,7 @@
%define pdir Object
%define pnam Signature
Summary: Signature - Generate cryptographic signatures for objects
-#Summary(pl):
+Summary(pl): Signature - generowanie podpisów kryptograficznych dla obiektów
Name: perl-Object-Signature
Version: 1.03
Release: 1
@@ -22,16 +22,25 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Object::Signature is an abstract base class that you can inherit from in
-order to allow your objects to generate unique cryptographic signatures.
+Object::Signature is an abstract base class that you can inherit from
+in order to allow your objects to generate unique cryptographic
+signatures.
The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to Storable::nfreeze to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
-character hexidecimal signature.
+character hexadecimal signature.
-# %description -l pl
-# TODO
+%description -l pl
+Object::Signature to abstrakcyjna klasa bazowa, z której można
+dziedziczyć, aby umożliwić obiektom generowanie unikalnych podpisów
+kryptograficznych.
+
+Metoda używana do generowania podpisów opiera się na Storable i
+Digest::MD5. Obiekt jest przekazywany do Storable::nfreeze w celu
+uzyskania łańcucha znaków, który jest następnie przekazywany do
+Digest::MD5::md5_hex w celu uzyskania unikalnego 32-znakowego
+podpisu szesnastkowego.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -64,6 +73,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/04/15 15:35:51 qboosh
+- pl
+
Revision 1.1 2006/04/08 16:43:11 migo
- initial revision
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Object-Signature.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list