]> git.pld-linux.org Git - packages/fedora-ds.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Apr 2006 08:09:12 +0000 (08:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fedora-ds.spec -> 1.5

fedora-ds.spec

index 458ebf04579d8acb821d67a3d5cc6e4abd0b3055..c8d8b7176f14e5326e5da9bd20a17fda3c86889c 100644 (file)
@@ -2,7 +2,7 @@
 # http://directory.fedora.redhat.com/wiki/Building
 #
 Summary:       Fedora Directory Server
-Summary(pl):   Fedora Directory Server
+Summary(pl):   Fedora Directory Server - serwer us³ug katalogowych
 Name:          fedora-ds
 Version:       1.0.2
 Release:       0.1
@@ -12,17 +12,16 @@ Source0:    http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 # Source0-md5: d8bd5b68087229b4bb2e3867cb92ba85
 Patch0:                %{name}-make.patch
 URL:           http://directory.fedora.redhat.com/
-BuildRequires: rpmbuild(macros) >= 1.228
-Requires(post,preun):  /sbin/chkconfig
+BuildRequires: apr-devel
 BuildRequires: db-devel >= 4.0
-BuildRequires: nspr-devel
-#BuildRequires:        krb-devel
 BuildRequires: libtermcap-devel
 BuildRequires: ncurses-devel
+BuildRequires: nspr-devel
+BuildRequires: rpmbuild(macros) >= 1.228
 #BuildRequires:        java
 #BuildRequires:        ant >= 1.6.1
+#BuildRequires:        krb-devel
 #BuildRequires:        httpd-devel
-BuildRequires: apr-devel
 Requires:      libicu >= 2.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,6 +46,28 @@ interesting features that are included are:
 - Graphical console for all facets of user, group, and server
   management
 
+%description -l pl
+Fedora Directory Server to potê¿ny, posiadaj±cy otwarte ¼ród³a,
+skalowalny serwer zaprojektowany do zarz±dzania du¿ymi katalogami
+u¿ytkowników i zasobów. Jest oparty na otwartym protokole serwerowym
+LDAP (Lightweight Directory Access Protocol). Fedora Directory Server
+to ¶wiatowej klasy implementacja serwera us³ug katalogowych. Bardziej
+interesuj±ce cechy obejmuj±:
+- 4-stronn± replikacjê multi-master
+- skalowalno¶æ: tysi±ce operacji na sekund±, dziesi±tki tysiêcy
+  jednoczesnych u¿ytkowników, dziesi±tki milionów wpisów, setki
+  gigabajtów danych
+- obs³ugê SSLv3, TLSv1 i SASL do bezpiecznego uwierzytelniania i
+  przesy³ania danych
+- obs³ugê wiêkszo¶ci cech LDAPv3, w tym wielu popularnych opcji i
+  rozszerzeñ
+- uaktualnianie schematu przez LDAP
+- elastyczne informacje o prawach dostêpu w drzewie (ACI - Access
+  Control Information), uaktualniane przez LDAP
+- konfiguracjê i zarz±dzanie w locie przez LDAP
+- graficzn± konsolê dla wszystkich aspektów zarz±dzania u¿ytkownikami,
+  grupami i serwerem
+
 %prep
 %setup -q
 %patch0 -p1
@@ -57,9 +78,6 @@ interesting features that are included are:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -67,7 +85,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
 #%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.057082 seconds and 4 git commands to generate.