]> git.pld-linux.org Git - packages/fedora-adminserver.git/blob - fedora-adminserver.spec
1d5a811bac3ddfda0a1d2e58044df4afcd02a597
[packages/fedora-adminserver.git] / fedora-adminserver.spec
1 Summary:        Fedora Admin Server
2 Name:           fedora-adminserver
3 Version:        1.0.2
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
8 # Source0-md5:  ab7b4809b135e28f114c8367264e9394
9 URL:            http://directory.fedora.redhat.com/wiki/AdminServer
10 #BuildRequires: apr-devel
11 BuildRequires:  cyrus-sasl-devel
12 BuildRequires:  db-devel >= 4.0
13 #BuildRequires: fedora-adminutil
14 #BuildRequires: fedora-setuputil
15 BuildRequires:  gdbm-devel >= 1.6
16 BuildRequires:  libicu-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtermcap-devel
19 BuildRequires:  mozldap-devel
20 BuildRequires:  net-snmp-devel >= 5.2.1
21 BuildRequires:  nspr-devel >= 4.4.1
22 BuildRequires:  nss-devel
23 BuildRequires:  rpmbuild(macros) >= 1.228
24 #BuildRequires: which
25 #BuildRequires: zip
26 #Requires:      libicu >= 2.4
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Admin Server is the http based adminstration engine used by the
31 Directory Server to run the console and the web based applications
32 such as Admin Express, DS Gateway, Org Chart, and others. It consists
33 of a collection of CGI binary programs and scripts, HTML pages and
34 Javascript code, the adminserver console module, setuputil modules and
35 programs, and config files. It was formerly based on the Netscape
36 Enterprise Server but has been ported to use the Apache 2.x webserver
37 using the Worker model (multi-threaded mode, not multi process). The
38 main http functionality consists of the Apache module mod_admserv, and
39 the TLS/SSL functionality is provided by the Apache module mod_nss.
40 Support for starting up servers on low port numbers is provided by
41 mod_restartd
42
43 %prep
44 %setup -q
45
46 %build
47 %{__make} \
48         CC="%{__cc}" \
49         CXX="%{__cxx}" \
50         MAKE=%{__make} \
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
This page took 0.073225 seconds and 2 git commands to generate.