]> git.pld-linux.org Git - packages/fedora-ds.git/blob - fedora-ds.spec
- dirty patch for included files
[packages/fedora-ds.git] / fedora-ds.spec
1 #
2 # http://directory.fedora.redhat.com/wiki/Building
3 #
4 Summary:        Fedora Directory Server
5 Summary(pl):    Fedora Directory Server - serwer us³ug katalogowych
6 Name:           fedora-ds
7 Version:        1.0.2
8 Release:        0.1
9 License:        GPL v2
10 Group:          Applications
11 Source0:        http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
12 # Source0-md5:  d8bd5b68087229b4bb2e3867cb92ba85
13 Patch0:         %{name}-make.patch
14 URL:            http://directory.fedora.redhat.com/
15 BuildRequires:  apr-devel
16 BuildRequires:  db-devel >= 4.0
17 BuildRequires:  libtermcap-devel
18 BuildRequires:  ncurses-devel
19 BuildRequires:  nspr-devel
20 BuildRequires:  rpmbuild(macros) >= 1.228
21 #BuildRequires: java
22 #BuildRequires: ant >= 1.6.1
23 #BuildRequires: krb-devel
24 #BuildRequires: httpd-devel
25 Requires:       libicu >= 2.4
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 The Fedora Directory Server is a robust, scalable open-source server
30 designed to manage large directories of users and resources. It is
31 based on an open-systems server protocol called the Lightweight
32 Directory Access Protocol (LDAP). The Fedora Directory Server is a
33 world-class Directory Server implementation. Some of the more
34 interesting features that are included are:
35 - 4-Way Multi-Master Replication
36 - Scalability: thousands of operations per second, tens of thousands
37   of concurrent users, tens of millions of entries, hundreds of
38   gigabytes of data
39 - SSLv3, TLSv1, and SASL for secure authentication and transport
40 - Support for most LDAPv3 features, including many common controls and
41   extensions
42 - Schema update over LDAP
43 - Flexible in-tree Access Control Information (ACIs), updatable over
44   LDAP
45 - On-line configuration and management over LDAP
46 - Graphical console for all facets of user, group, and server
47   management
48
49 %description -l pl
50 Fedora Directory Server to potê¿ny, posiadaj±cy otwarte ¼ród³a,
51 skalowalny serwer zaprojektowany do zarz±dzania du¿ymi katalogami
52 u¿ytkowników i zasobów. Jest oparty na otwartym protokole serwerowym
53 LDAP (Lightweight Directory Access Protocol). Fedora Directory Server
54 to ¶wiatowej klasy implementacja serwera us³ug katalogowych. Bardziej
55 interesuj±ce cechy obejmuj±:
56 - 4-stronn± replikacjê multi-master
57 - skalowalno¶æ: tysi±ce operacji na sekund±, dziesi±tki tysiêcy
58   jednoczesnych u¿ytkowników, dziesi±tki milionów wpisów, setki
59   gigabajtów danych
60 - obs³ugê SSLv3, TLSv1 i SASL do bezpiecznego uwierzytelniania i
61   przesy³ania danych
62 - obs³ugê wiêkszo¶ci cech LDAPv3, w tym wielu popularnych opcji i
63   rozszerzeñ
64 - uaktualnianie schematu przez LDAP
65 - elastyczne informacje o prawach dostêpu w drzewie (ACI - Access
66   Control Information), uaktualniane przez LDAP
67 - konfiguracjê i zarz±dzanie w locie przez LDAP
68 - graficzn± konsolê dla wszystkich aspektów zarz±dzania u¿ytkownikami,
69   grupami i serwerem
70
71 %prep
72 %setup -q
73 %patch0 -p1
74
75 %build
76 #%%configure
77 %{__make} -I/usr/include/nspr/
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files
89 %defattr(644,root,root,755)
90 #%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
91 #%%dir %{_sysconfdir}
92 #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
93 #%attr(755,root,root) %{_bindir}/*
94 #%{_datadir}/%{name}
95
96 #%attr(754,root,root) /etc/rc.d/init.d/%{name}
97 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
98
99 #%{_examplesdir}/%{name}-%{version}
This page took 0.358805 seconds and 3 git commands to generate.