SPECS: astmanproxy.spec - pl, missing dir

qboosh qboosh at pld-linux.org
Fri Jun 23 12:52:09 CEST 2006


Author: qboosh                       Date: Fri Jun 23 10:52:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, missing dir

---- Files affected:
SPECS:
   astmanproxy.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/astmanproxy.spec
diff -u SPECS/astmanproxy.spec:1.1 SPECS/astmanproxy.spec:1.2
--- SPECS/astmanproxy.spec:1.1	Mon Jun 19 10:54:19 2006
+++ SPECS/astmanproxy.spec	Fri Jun 23 12:52:04 2006
@@ -1,8 +1,7 @@
 # $Revision$, $Date$
-#
-#
 %define		timestamp 20060407-2351
 Summary:	Asterisk's manager interface proxy
+Summary(pl):	Proxy do interfeksu zarządzającego Asteriska
 Name:		astmanproxy
 Version:	1.20
 Release:	0.1
@@ -20,16 +19,25 @@
 
 %description
 The need for a proxy to Asterisk's manager interface has been clear;
-almost all GUIs and other interfaces to asterisk implement a proxy of
+almost all GUIs and other interfaces to Asterisk implement a proxy of
 some kind. Why? A proxy offers:
 
- - A single persistent connection to asterisk
+ - A single persistent connection to Asterisk
  - A more secure (non-root) TCP interface
  - Ability to offer filtered input/output
- - Less connections and networking load for asterisk
+ - Less connections and networking load for Asterisk
+
+%description -l pl
+Potrzeba proxy dla interfejsu zarządzającego Asteriska jest jasna;
+prawie wszystkie GUI i inne interfejsy do Asteriska implementują jakiś
+rodzaj proxy. Dlaczego? Proxy oferuje:
+ - pojedyncze, stałe połączenie z Asteriskiem
+ - bezpieczeniejszy (nie działający z poziomu roota) interfejs TCP
+ - możliwość filtrowania wejścia/wyjścia
+ - mniej połączeń i obciążenia sieci dla Asteriska.
 
 %prep
-%setup -q -cn %{name}-%{version}
+%setup -q -c
 %patch0 -p1
 
 %build
@@ -41,12 +49,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{version}
-rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
 
-%{__make} install \
+%{__make} -C %{version} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	PREFIX=%{_prefix} \
 	LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name}
@@ -73,6 +78,7 @@
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*
+%dir %{_sysconfdir}/asterisk
 %{_sysconfdir}/asterisk/*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
@@ -83,6 +89,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/23 10:52:04  qboosh
+- pl, missing dir
+
 Revision 1.1  2006/06/19 08:54:19  jajcus
 - new spec
-
================================================================

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



More information about the pld-cvs-commit mailing list