SPECS: perl-HTTP-Cache-Transparent.spec - pl
qboosh
qboosh at pld-linux.org
Mon Sep 5 19:49:03 CEST 2005
Author: qboosh Date: Mon Sep 5 17:49:03 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
perl-HTTP-Cache-Transparent.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-HTTP-Cache-Transparent.spec
diff -u SPECS/perl-HTTP-Cache-Transparent.spec:1.2 SPECS/perl-HTTP-Cache-Transparent.spec:1.3
--- SPECS/perl-HTTP-Cache-Transparent.spec:1.2 Mon Sep 5 13:48:25 2005
+++ SPECS/perl-HTTP-Cache-Transparent.spec Mon Sep 5 19:48:58 2005
@@ -6,7 +6,8 @@
%include /usr/lib/rpm/macros.perl
%define pdir HTTP
%define pnam Cache-Transparent
-Summary: HTTP::Cache::Transparent - Cache the result of http get-requests persistently.
+Summary: HTTP::Cache::Transparent - Cache the result of HTTP GET requests persistently
+Summary(pl): HTTP::Cache::Transparent - trwałe zapamiętywanie wyników żądań HTTP GET
Name: perl-HTTP-Cache-Transparent
Version: 0.6
Release: 1
@@ -24,17 +25,30 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-An implementation of http get that keeps a local cache of fetched
+An implementation of HTTP GET that keeps a local cache of fetched
pages to avoid fetching the same data from the server if it hasn't
been updated. The cache is stored on disk and is thus persistent
between invocations.
-Uses the http-headers If-Modified-Since and ETag to let the server
+Uses the HTTP headers If-Modified-Since and ETag to let the server
decide if the version in the cache is up-to-date or not.
The cache is implemented by modifying the LWP::UserAgent class to
seamlessly cache the result of all requests that can be cached.
+%description -l pl
+Implementacja HTTP GET przechowująca w lokalnej pamięci podręcznej
+ściągnięte strony, aby zapobiec ściąganiu tych samych danych z
+serwera, jeśli nie zostały uaktualnione. Pamięć podręczna jest
+zachowywana na dysku, więc jest trwała pomiędzy wywołaniami.
+
+Moduł używa nagłówków HTTP If-Modified-Since i ETag, aby umożliwić
+serwerowi zdecydowanie, czy wersja w buforze jest aktualna, czy nie.
+
+Pamięć podręczna jest zaimplementowana poprzez modyfikację klasy
+LWP::UserAgent, aby w sposób przezroczysty zapamiętywać wyniki
+wszystkich żądań, które mogą być zapamiętane.
+
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -72,9 +86,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2005/09/05 17:48:58 qboosh
+- pl
+
Revision 1.2 2005/09/05 11:48:25 glen
- tar.gz url
Revision 1.1 2005/09/05 11:43:02 glen
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-HTTP-Cache-Transparent.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list