SPECS: eventlog.spec - pl, unified

qboosh qboosh at pld-linux.org
Thu Mar 2 21:22:01 CET 2006


Author: qboosh                       Date: Thu Mar  2 20:22:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, unified

---- Files affected:
SPECS:
   eventlog.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/eventlog.spec
diff -u SPECS/eventlog.spec:1.3 SPECS/eventlog.spec:1.4
--- SPECS/eventlog.spec:1.3	Tue Feb 28 15:03:05 2006
+++ SPECS/eventlog.spec	Thu Mar  2 21:21:55 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	EventLog library - a replacement of the simple syslog() API
+Summary(pl):	Biblioteka EventLog - zamiennik prostego API syslog()
 Name:		eventlog
 Version:	0.2.4
 Release:	1
@@ -22,9 +23,21 @@
 record. The exact format and output method can be customized by the
 administrator via a configuration file.
 
+%description -l pl
+Celem biblioteki EventLog jest zastąpienie prostego API syslog()
+dostępnego w systemach uniksowych. Główną różnicą między EventLogiem a
+syslogiem jest to, że EventLog próbuje dodać do komunikatów strukturę.
+
+Tam, gdzie w API syslog() był prosty łańcuch bez struktury, mamy
+połączenie opisu i par znacznik/wartość.
+
+EvengLog udostępnia interfejs do tworzenia, formatowania i
+wyprowadzania rekordu zdarzenia. Dokładny format i metoda wyjściowa
+może być dostosowana przez administratora poprzez plik konfiguracyjny.
+
 %package devel
 Summary:	Header files for eventlog
-Summary(pl):	Pliki nagłówkowe do eventlog
+Summary(pl):	Pliki nagłówkowe biblioteki eventlog
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
@@ -32,7 +45,7 @@
 Header files for eventlog.
 
 %description devel -l pl
-Pliki nagłówkowe do eventlog.
+Pliki nagłówkowe biblioteki eventlog.
 
 %package static
 Summary:	Static eventlog library
@@ -63,8 +76,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -74,11 +87,11 @@
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{API,DESIGN}.txt
-%{_pkgconfigdir}/*
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %dir %{_includedir}/eventlog
 %{_includedir}/eventlog/*
-%attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
+%{_pkgconfigdir}/*
 
 %files static
 %defattr(644,root,root,755)
@@ -90,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/03/02 20:21:55  qboosh
+- pl, unified
+
 Revision 1.3  2006/02/28 14:03:05  baggins
 - release 1
 - pre/post
@@ -99,4 +115,3 @@
 
 Revision 1.1  2006/02/27 21:30:05  baggins
 - initial revision
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventlog.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list