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