summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-Pod-Parser.spec25
1 files changed, 16 insertions, 9 deletions
diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec
index 45a004b..c4948d5 100644
--- a/perl-Pod-Parser.spec
+++ b/perl-Pod-Parser.spec
@@ -6,7 +6,7 @@
%define pdir Pod
%define pnam Parser
Summary: Pod::Parser - base class for creating POD filters and translators
-#Summary(pl):
+Summary(pl): Pod::Parser - klasa bazowa do tworzenia klas filtrujących i tłumaczących POD
Name: perl-Pod-Parser
Version: 1.28
Release: 1
@@ -21,17 +21,24 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-B<Pod::Parser> is a base class for creating POD filters and translators.
+Pod::Parser is a base class for creating POD filters and translators.
It handles most of the effort involved with parsing the POD sections
-from an input stream, leaving subclasses free to be concerned only with
-performing the actual translation of text.
+from an input stream, leaving subclasses free to be concerned only
+with performing the actual translation of text.
-B<Pod::Parser> parses PODs, and makes method calls to handle the various
-components of the POD. Subclasses of B<Pod::Parser> override these methods
-to translate the POD into whatever output format they desire.
+Pod::Parser parses PODs, and makes method calls to handle the various
+components of the POD. Subclasses of Pod::Parser override these
+methods to translate the POD into whatever output format they desire.
-# %description -l pl
-# TODO
+%description -l pl
+Pod::Parser to klasa bazowa do tworzenia klas filtrujących i
+tłumaczących POD. Obsługuje większą część zadań związanych z analizą
+sekcji POD ze strumienia wejściowego, pozostawiając podklasom jedynie
+przeprowadzanie samego tłumaczenia tekstu.
+
+Pod::Parser przetwarza pliki POD i wywołuje metody obsługujące różne
+komponenty POD. Podklasy Pod::Parser przykrywają te metody w celu
+tłumaczenia POD na żądany format wyjściowy.
%prep
%setup -q -n %{pdir}%{pnam}-%{version}