SPECS: perl-Log-LogLite.spec - pl

qboosh qboosh at pld-linux.org
Thu Nov 3 01:03:06 CET 2005


Author: qboosh                       Date: Thu Nov  3 00:03:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   perl-Log-LogLite.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Log-LogLite.spec
diff -u SPECS/perl-Log-LogLite.spec:1.1 SPECS/perl-Log-LogLite.spec:1.2
--- SPECS/perl-Log-LogLite.spec:1.1	Sun Oct 30 20:18:31 2005
+++ SPECS/perl-Log-LogLite.spec	Thu Nov  3 01:03:01 2005
@@ -7,7 +7,8 @@
 %include	/usr/lib/rpm/macros.perl
 %define	pdir	Log
 %define	pnam	LogLite
-Summary:	Log::LogLite - The C<Log::LogLite> class helps us create simple logs for our application.
+Summary:	Log::LogLite - class to help us create simple logs for our application
+Summary(pl):	Log::LogLite - klasa pomagająca tworzyć proste logi z aplikacji
 Name:		perl-Log-LogLite
 Version:	0.82
 Release:	0.1
@@ -25,14 +26,24 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-In order to have a log we have first to create a C<Log::LogLite> object. 
-The c<Log::LogLite> object is created with a logging level. The default 
-logging level is 5. After the C<Log::LogLite> object is created, each call 
-to the C<write> method may write a new line in the log file. If the level
-of the message is lower or equal to the logging level, the message will 
-be written to the log file. The format of the logging messages can be 
-controled by changing the template, and by defining a default message.
-The class uses the IO::LockedFile class.
+In order to have a log we have first to create a Log::LogLite object.
+The Log::LogLite object is created with a logging level. The default 
+logging level is 5. After the Log::LogLite object is created, each
+call to the write method may write a new line in the log file. If the
+level of the message is lower or equal to the logging level, the
+message will be written to the log file. The format of the logging
+messages can be controled by changing the template, and by defining a
+default message. The class uses the IO::LockedFile class.
+
+%description -l pl
+W celu stworzenia logu trzeba najpierw utworzyć obiekt Log::LogLite.
+Obiekt Log::LogLite tworzy się z poziomem logowania. Domyślny poziom
+logowania to 5. Po utworzeniu obiektu Log::LogLite każde wywołanie
+metody write może zapisać nową linię w pliku logu. Jeśli poziom
+komunikatu jest mniejszy lub równy poziomowi logowania, komunikat jest
+zapisywany do pliku. Format komunikatów logujących może być sterowany
+poprzez zmianę szablonu i definiowanie domyślnego komunikatu. Ta klasa
+używa klasy IO::LockedFile.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -65,6 +76,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/03 00:03:01  qboosh
+- pl
+
 Revision 1.1  2005/10/30 19:18:31  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Log-LogLite.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list