SPECS: libmemcache.spec - pl

qboosh qboosh at pld-linux.org
Sat Jun 25 23:59:36 CEST 2005


Author: qboosh                       Date: Sat Jun 25 21:59:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

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

---- Diffs:

================================================================
Index: SPECS/libmemcache.spec
diff -u SPECS/libmemcache.spec:1.3 SPECS/libmemcache.spec:1.4
--- SPECS/libmemcache.spec:1.3	Wed Jun 22 15:42:12 2005
+++ SPECS/libmemcache.spec	Sat Jun 25 23:59:31 2005
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 %define		_beta	9
-Summary:	libmemcache is the C API for memcached
+Summary:	libmemcache - the C API for memcached
+Summary(pl):	libmemcache - API C do memcached
 Name:		libmemcache
 Version:	1.3.0
 Release:	0.beta%{_beta}.1
@@ -17,7 +18,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Features
+Features:
 - Support for Multiple Memory Contexts. This is primarily used for
   programs that need to use memcache(3) inside of Apache where both
   Apache and PHP have their own memory management systems.
@@ -28,27 +29,49 @@
   methods to distribute load across multiple servers.
 - Multiple Servers. memcache(3) supports multiple servers.
 - Support for Garbage Collection. memcache(3) was written with the
-  Bohem Garbage Collector in mind.
+  Boehm Garbage Collector in mind.
 - MIT Licensed. memcache(3) is as Open Source as it gets and can be
-  embedded in anything (commercial software, open source, etc). May the
-  GPL and its users rot in hell for their stupidity.
+  embedded in anything (commercial software, open source, etc).
+
+%description -l pl
+Możliwości:
+- Obsługa wielu kontekstów pamięci; służy głównie do programów, które
+  muszą używać memcache(3) wewnątrz Apache'a, gdzie zarówno Apache jak
+  i PHP mają własne systemy zarządzania pamięcią.
+- Interfejs wywołań zwrotnych; przy jego użyciu można pogodzić wiele
+  pobrań w jedno żądanie pobrania znacznie ułatwiając pracę.
+- Wiele haszy po stronie klienta; memcache(3) obsługuje wiele metod
+  haszowania do rozdysponowania obciążenia na wiele serwerów.
+- Wiele serwerów; memcache(3) obsługuje wiele serwerów.
+- Obsluga odśmiecacza; memcache(3) zostało napisane z myślą o Boehm
+  Garbage Collectorze.
+- Licencja MIT; memcache(3) to oprogramowanie z otwartymi źródłami,
+  które można osadzić gdziekolwiek (w programowaniu komercyjnym, open
+  source itd.).
 
 %package devel
-Summary:	Development libraries and header files for libmemcache library
+Summary:	Header files for libmemcache library
+Summary(pl):	Pliki nagłówkowe biblioteki libmemcache
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-This is the package containing the development libraries and header
-files for libmemcache.
+This is the package containing the header files for libmemcache.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki libmemcache.
 
 %package static
-Summary:	Static ... library
+Summary:	Static libmemcache library
+Summary(pl):	Statyczna biblioteka libmemcache
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static library for libmemcache.
+Static libmemcache library.
+
+%description static -l pl
+Statyczna biblioteka libmemcache.
 
 %prep
 %setup -q -n %{name}-%{version}.beta%{_beta}
@@ -84,9 +107,9 @@
 %files devel
 %defattr(644,root,root,755)
 %doc tests/
-%{_includedir}/memcache.h
-%{_libdir}/libmemcache.la
 %attr(755,root,root) %{_libdir}/libmemcache.so
+%{_libdir}/libmemcache.la
+%{_includedir}/memcache.h
 
 %files static
 %defattr(644,root,root,755)
@@ -98,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/06/25 21:59:31  qboosh
+- pl
+
 Revision 1.3  2005/06/22 13:42:12  glen
 - merge 1.3.0-beta9 from DEVEL
 
================================================================

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




More information about the pld-cvs-commit mailing list