SPECS: perl-Mail-DKIM.spec - pl
qboosh
qboosh at pld-linux.org
Wed May 9 22:50:20 CEST 2007
Author: qboosh Date: Wed May 9 20:50:20 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
perl-Mail-DKIM.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-Mail-DKIM.spec
diff -u SPECS/perl-Mail-DKIM.spec:1.2 SPECS/perl-Mail-DKIM.spec:1.3
--- SPECS/perl-Mail-DKIM.spec:1.2 Thu May 3 17:49:59 2007
+++ SPECS/perl-Mail-DKIM.spec Wed May 9 22:50:15 2007
@@ -7,7 +7,7 @@
%define pdir Mail
%define pnam DKIM
Summary: Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures
-#Summary(pl.UTF-8):
+Summary(pl.UTF-8): Mail::DKIM - podpisywanie/sprawdzanie poczty przy użyciu podpisów DKIM/DomainKey
Name: perl-Mail-DKIM
Version: 0.24
Release: 1
@@ -20,8 +20,8 @@
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl(Digest::SHA)
BuildRequires: perl-Crypt-OpenSSL-RSA >= 0.22
+BuildRequires: perl-Digest-SHA
BuildRequires: perl-Digest-SHA1
BuildRequires: perl-Error
BuildRequires: perl-MailTools
@@ -32,16 +32,24 @@
%description
This Perl module is part of the dkimproxy program, located at
-http://jason.long.name/dkimproxy/. I've tried to abstract out the DKIM
-parts into this module, for use in other programs.
+<http://jason.long.name/dkimproxy/>. I've tried to abstract out the
+DKIM parts into this module, for use in other programs.
The Mail::DKIM module uses an object-oriented interface. You use one
of two different classes, depending on whether you are signing or
verifying a message. To sign, use the Mail::DKIM::Signer class. To
verify, use the Mail::DKIM::Verifier class. Simple, eh?
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Ten moduł Perla jest częścią programu dkimproxy, który można znaleźć
+pod <http://jason.long.name/dkimproxy/>. Jest próbą wyodrębnienia
+części DKIM do modułu w celu umożliwienia użycia przez inne programy.
+
+Moduł Mail::DKIM wykorzystuje interfejs zorientowany obiektowo. Używa
+się jednej z dwóch różnych klas w zależności od działania -
+podpisywania lub sprawdzania podpisu wiadomości. Aby podpisać, należy
+użyć klasy Mail::DKIM::Signer. Aby sprawdzić podpis, należy użyć klasy
+Mail::DKIM::Verifier. Proste, prawda?
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -75,9 +83,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/05/09 20:50:15 qboosh
+- pl
+
Revision 1.2 2007/05/03 15:49:59 adamg
- t/verifier.t segfaults on perl-Crypt-OpenSSL-RSA-0.21
Revision 1.1 2007/05/03 11:28:43 adamg
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Mail-DKIM.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list