Author: qboosh Date: Wed Nov 15 11:41:04 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - proper URL and description
---- Files affected: SPECS: fedora-adminutil.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/fedora-adminutil.spec diff -u SPECS/fedora-adminutil.spec:1.8 SPECS/fedora-adminutil.spec:1.9 --- SPECS/fedora-adminutil.spec:1.8 Wed Jul 26 17:48:06 2006 +++ SPECS/fedora-adminutil.spec Wed Nov 15 12:40:59 2006 @@ -9,7 +9,7 @@ Group: Libraries Source0: http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz # Source0-md5: 08c514a30604e192a22d7a035a9dfccc -URL: http://directory.fedora.redhat.com/wiki/SetupUtil +URL: http://directory.fedora.redhat.com/wiki/AdminUtil BuildRequires: icu BuildRequires: libicu-devel BuildRequires: libstdc++-devel @@ -20,12 +20,22 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The Setup Util is a collection of C++ APIs used to write programs that -install, configure, and uninstall Fedora Server software. +The AdminUtil is a set of utility functions written in C, which are +divided into 2 groups: libadminutil and libadmsslutil. They are mainly +used in the Admin Server / CGI services to communicate with the +configuration Directory Server. It covers, e.g., login to Admin Server +using the authentication with the Directory Server. AdminUtil is +needed to build the Admin Server as well as the Directory Server's +admin components. %description -l pl -Setup Util to zestaw API C++ do pisania programów instalujących, -konfigurujących i usuwających oprogramowanie Fedora Server. +AdminUtil to zestaw funkcji narzędziowych napisanych w C, podzielonych +na dwie grupy: libadminutil i libadmsslutil. Są używane głównie przez +Admin Server / usługi CGI do komunikowania się z konfiguracyjnym +Directory Serverem. Pokrywają m.in. logowanie do Admin Servera przy +użyciu uwierzytelnienia względem Directory Servera. AdminUtil jest +potrzebny do zbudowania Admin Servera oraz komponentów +administracyjnych Directory Servera. %prep %setup -q @@ -63,6 +73,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/11/15 11:40:59 qboosh +- proper URL and description + Revision 1.8 2006/07/26 15:48:06 glen - remove extra unneeded slash ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fedora-adminutil.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
