]> git.pld-linux.org Git - packages/fedora-ds.git/blame - fedora-ds.spec
-init
[packages/fedora-ds.git] / fedora-ds.spec
CommitLineData
faa95af0
MWP
1#
2# http://directory.fedora.redhat.com/wiki/Building
3
4%bcond_with tests # build with tests
5%bcond_without tests # build without tests
6#
7Summary: Fedora Directory Server
8Summary(pl): -
9Name: fedora-ds
10Version: 1.0.2
11Release: 0.1
12License: GPL v2
13Group: Applications
14Source0: http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
15# Source0-md5: d8bd5b68087229b4bb2e3867cb92ba85
16#Source1: -
17####%% Source1-md5: -
18Patch0: %{name}-make.patch
19URL: http://directory.fedora.redhat.com/
20BuildRequires: rpmbuild(macros) >= 1.228
21Requires(post,preun): /sbin/chkconfig
22BuildRequires: db-devel >= 4.0
23#BuildRequires: krb-devel
24BuildRequires: libtermcap-devel
25BuildRequires: ncurses-devel
26#BuildRequires: java
27#BuildRequires: ant >= 1.6.1
28#BuildRequires: httpd-devel
29BuildRequires: apr-devel
30#BuildRequires:
31#BuildRequires:
32#BuildRequires:
33#BuildRequires:
34#Requires(postun): -
35#Requires(pre,post): -
36#Requires(preun): -
37Requires: libicu >= 2.4
38#Provides: -
39#Provides: group(foo)
40#Provides: user(foo)
41#Obsoletes: -
42#Conflicts: -
43#BuildArch: noarch
44#ExclusiveArch: %{ix86}
45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47%description
48The Fedora Directory Server is a robust, scalable open-source server
49designed to manage large directories of users and resources. It is
50based on an open-systems server protocol called the Lightweight
51Directory Access Protocol (LDAP). The Fedora Directory Server is a
52world-class Directory Server implementation. Some of the more
53interesting features that are included are:
54- 4-Way Multi-Master Replication
55- Scalability: thousands of operations per second, tens of thousands
56 of concurrent users, tens of millions of entries, hundreds of
57 gigabytes of data
58- SSLv3, TLSv1, and SASL for secure authentication and transport
59- Support for most LDAPv3 features, including many common controls and
60 extensions
61- Schema update over LDAP
62- Flexible in-tree Access Control Information (ACIs), updatable over
63 LDAP
64- On-line configuration and management over LDAP
65- Graphical console for all facets of user, group, and server
66 management
67
68%description -l pl
69
70%package subpackage
71Summary: -
72Summary(pl): -
73Group: -
74
75%description subpackage
76
77%description subpackage -l pl
78
79%package libs
80Summary: -
81Summary(pl): -
82Group: Libraries
83
84%description libs
85
86%description libs -l pl
87
88
89%package devel
90Summary: Header files for ... library
91