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