SPECS: mimedecode.spec - pl
qboosh
qboosh at pld-linux.org
Sat Jun 2 23:50:48 CEST 2007
Author: qboosh Date: Sat Jun 2 21:50:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
mimedecode.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/mimedecode.spec
diff -u SPECS/mimedecode.spec:1.1 SPECS/mimedecode.spec:1.2
--- SPECS/mimedecode.spec:1.1 Mon May 28 17:04:19 2007
+++ SPECS/mimedecode.spec Sat Jun 2 23:50:43 2007
@@ -1,5 +1,7 @@
# $Revision$, $Date$
-Summary: Decodes transfer encoded text type mime messages
+# TODO: optflags or noarch?
+Summary: Decodes transfer encoded text type MIME messages
+Summary(pl.UTF-8): Narzędzie do dekodowania wiadomości tekstowych MIME
Name: mimedecode
Version: 1.9
Release: 1
@@ -11,7 +13,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This program performs the decoding of transfer encoded text type mime
+This program performs the decoding of transfer encoded text type MIME
messages. The message in its entirety is read from stdin. The decoded
message is written to stdout; hence, this program behaves as a filter
which may be placed wherever convenient. I particular like it in front
@@ -21,6 +23,19 @@
and at that point 8-bit text types can be handled natively. Hence, the
need for transfer-encodings is not present any more.
+%description -l pl.UTF-8
+Ten program przeprowadza dekodowanie wiadomości tekstowych MIME.
+Wiadomość jest czytana w całości ze standardowego wejścia. Zdekodowana
+wiadomość jest wypisywana na stadardowe wyjście; w ten sposób problem
+zachowuje się jak filtr, który można umieścić tam, gdzie wygodnie. W
+szczególności na przykład na początku polecenia slocal w pliku
+.forward.
+
+Zakłada się, że wiadomość osiągnęła miejsce przeznaczenia na tym
+etapie 8-bitowe typy tekstowe mogą być obsługiwane natywnie. W ten
+sposób nie ma już potrzeby kodowania wiadomości na potrzeby
+przesyłania.
+
%prep
%setup -q
%patch0 -p1
@@ -39,9 +54,9 @@
%files
%defattr(644,root,root,755)
+%doc COPYING debian/README
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man?/%{name}.*
-%doc COPYING debian/README
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -49,6 +64,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/06/02 21:50:43 qboosh
+- pl
+
Revision 1.1 2007/05/28 15:04:19 undefine
- initial, based on http://www.invoca.ch/pub/packages/mimedecode/
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mimedecode.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list