SPECS: tapioca.spec - pl, Group fixes

qboosh qboosh at pld-linux.org
Mon Jan 22 11:44:23 CET 2007


Author: qboosh                       Date: Mon Jan 22 10:44:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, Group fixes

---- Files affected:
SPECS:
   tapioca.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/tapioca.spec
diff -u SPECS/tapioca.spec:1.4 SPECS/tapioca.spec:1.5
--- SPECS/tapioca.spec:1.4	Fri Jan 19 19:49:11 2007
+++ SPECS/tapioca.spec	Mon Jan 22 11:44:17 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	A framework for Voice over IP (VoIP) and Instant Messaging (IM)
+Summary(pl):	Szkielet do VoIP (Voice over IP) i IM (Instant Messaging)
 Name:		tapioca
 Version:	0.3.9
 Release:	1
@@ -16,44 +17,66 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tapioca is a framework for Voice over IP (VoIP) and 
-Instant Messaging (IM). Its main goal is to provide 
-an easy way for developing and using VoIP and IM 
-services in any kind of application. It was designed 
-to be cross-platform, lightweight, thread-safe, having 
-mobile devices and applications in mind.
-
-	Tapioca's main goals are:
-	
-    * Create a solution that integrates all components 
-used by VoIP and IM applications in a single, reliable 
-and easy to use framework, which is able to work on different 
-platforms.
-
-    * Spare resources, providing central services for multiple 
-applications. Eg.: The control of all incoming and outgoing SIP 
-requests are managed by the SIP service, avoiding the creation of
- one SIP stack and allocation of a network port for each SIP-based 
-application.
-
-    * Reduce the overhead of control layers and library dependencies.
+Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging
+(IM). Its main goal is to provide an easy way for developing and using
+VoIP and IM services in any kind of application. It was designed to be
+cross-platform, lightweight, thread-safe, having mobile devices and
+applications in mind.
+
+Tapioca's main goals are:
+ - Create a solution that integrates all components used by VoIP and
+   IM applications in a single, reliable and easy to use framework,
+   which is able to work on different platforms.
+ - Spare resources, providing central services for multiple
+   applications. Eg.: The control of all incoming and outgoing SIP
+   requests are managed by the SIP service, avoiding the creation of
+   one SIP stack and allocation of a network port for each SIP-based
+   application.
+- Reduce the overhead of control layers and library dependencies.
+
+%description -l pl
+Tapioca to szkielet do VoIP (Voice over IP) i IM (Instant Messaging,
+czyli komunikatorów). Głównym jego celem jest zapewnienie łatwego
+sposobu tworzenia i używania usług VoIP i IM w dowolnym rodzaju
+aplikacji. Został zaprojektowany jako wieloplatformowy, lekki,
+bezpieczny dla wątków, a także z myślą o urządzeniach i aplikacjach
+przenośnych.
+
+Główne cele projektu Tapioca to:
+ - stworzenie rozwiązania integrującego wszystkie komponenty używane
+   przez aplikacje VoIP i IM w pojedynczym, pewnym i łatwym w użyciu
+   szkielecie, nadającym się do wykorzystania na różnych platformach
+ - oszczędność zasobów poprzez udostępnienie centralnych usług dla
+   wielu aplikacji; na przykład: sterowanie wszystkimi przychodzącymi
+   i wychodzącymi żądaniami SIP jest obsługiwane przez usługę SIP, co
+   zapobiega tworzeniu jednego stosu SIP i przydzielania portu
+   sieciowego dla każdej aplikacji opartej na SIP
+ - ograniczenie narzutu warstw sterujących i zależności bibliotek
 
 %package libs
 Summary:	Tapioca library
-Group:		Development/Libraries
+Summary(pl):	Biblioteka Tapioca
+Group:		Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description libs
-Library for tapioca
+Tapioca library.
+
+%description libs -l pl
+Biblioteka Tapioca.
 
 %package libs-devel
-Summary:	Headers for development
-Group:		Development/C
+Summary:	Headers for development using Tapioca framework
+Summary(pl):	Pliki nagłówkowe szkieletu Tapioca
+Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 
 %description libs-devel
 Headers of tapioca for development.
 
+%description libs-devel -l pl
+Pliki nagłówkowe szkieletu Tapioca.
+
 %prep
 %setup -q
 
@@ -80,7 +103,7 @@
  
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files libs-devel
 %defattr(644,root,root,755)
@@ -95,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/01/22 10:44:17  qboosh
+- pl, Group fixes
+
 Revision 1.4  2007/01/19 18:49:11  patrys
 - fix file attr
 
@@ -106,4 +132,3 @@
 
 Revision 1.1  2007/01/19 17:01:27  patrys
 - initial PLD release
-
================================================================

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



More information about the pld-cvs-commit mailing list