SPECS: fedora-adminserver.spec - pl, quote __make

qboosh qboosh at pld-linux.org
Wed May 10 21:40:40 CEST 2006


Author: qboosh                       Date: Wed May 10 19:40:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, quote __make

---- Files affected:
SPECS:
   fedora-adminserver.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/fedora-adminserver.spec
diff -u SPECS/fedora-adminserver.spec:1.2 SPECS/fedora-adminserver.spec:1.3
--- SPECS/fedora-adminserver.spec:1.2	Wed May  3 18:07:41 2006
+++ SPECS/fedora-adminserver.spec	Wed May 10 21:40:33 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
-Summary:	Fedora Admin Server
+Summary:	Fedora Admin Server - administration engine
+Summary(pl):	Fedora Admin Server - silnik administracyjny
 Name:		fedora-adminserver
 Version:	1.0.2
 Release:	0.1
@@ -28,7 +29,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Admin Server is the http based adminstration engine used by the
+Admin Server is the HTTP based adminstration engine used by the
 Directory Server to run the console and the web based applications
 such as Admin Express, DS Gateway, Org Chart, and others. It consists
 of a collection of CGI binary programs and scripts, HTML pages and
@@ -36,10 +37,24 @@
 programs, and config files. It was formerly based on the Netscape
 Enterprise Server but has been ported to use the Apache 2.x webserver
 using the Worker model (multi-threaded mode, not multi process). The
-main http functionality consists of the Apache module mod_admserv, and
+main HTTP functionality consists of the Apache module mod_admserv, and
 the TLS/SSL functionality is provided by the Apache module mod_nss.
 Support for starting up servers on low port numbers is provided by
-mod_restartd
+mod_restartd.
+
+%description -l pl
+Admin Server to oparty na HTTP silnik administracyjny używany przez
+Directory Server do uruchamiania konsoli i aplikacji WWW takich jak
+Admin Express, DS Gateway, Org Chart i innych. Składa się z zestawu
+programów binarnych i skryptów CGI, stron HTML i kodu w
+Javascripcie, modułu konsoli adminservera, modułów i programów
+setuputil oraz plików konfiguracyjnych. Wcześniej był oparty na
+serwerze Netscape Enterprise ale został przeportowany do używania
+serwera WWW Apache 2.x w modelu Worker (wielowątkowym, nie
+wieloprocesowym). Główna funkcjonalność HTTP składa się z modułu
+Apache'a mod_admserv, a funkcjonalność TLS/SSL jest dostarczana przez
+moduł Apache'a mod_nss. Obsługa uruchamiania serwerów na niskich
+numerach portów jest dostarczana przez mod_restartd.
 
 %prep
 %setup -q
@@ -48,7 +63,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
-	MAKE=%{__make} \
+	MAKE="%{__make}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/10 19:40:33  qboosh
+- pl, quote __make
+
 Revision 1.2  2006/05/03 16:07:41  glen
 - junk cleanup
 
================================================================

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



More information about the pld-cvs-commit mailing list