]> git.pld-linux.org Git - packages/fedora-adminserver.git/blob - fedora-adminserver.spec
- pl, quote __make
[packages/fedora-adminserver.git] / fedora-adminserver.spec
1 Summary:        Fedora Admin Server - administration engine
2 Summary(pl):    Fedora Admin Server - silnik administracyjny
3 Name:           fedora-adminserver
4 Version:        1.0.2
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  ab7b4809b135e28f114c8367264e9394
10 URL:            http://directory.fedora.redhat.com/wiki/AdminServer
11 #BuildRequires: apr-devel
12 BuildRequires:  cyrus-sasl-devel
13 BuildRequires:  db-devel >= 4.0
14 #BuildRequires: fedora-adminutil
15 #BuildRequires: fedora-setuputil
16 BuildRequires:  gdbm-devel >= 1.6
17 BuildRequires:  libicu-devel
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  libtermcap-devel
20 BuildRequires:  mozldap-devel
21 BuildRequires:  net-snmp-devel >= 5.2.1
22 BuildRequires:  nspr-devel >= 4.4.1
23 BuildRequires:  nss-devel
24 BuildRequires:  rpmbuild(macros) >= 1.228
25 #BuildRequires: which
26 #BuildRequires: zip
27 #Requires:      libicu >= 2.4
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Admin Server is the HTTP based adminstration engine used by the
32 Directory Server to run the console and the web based applications
33 such as Admin Express, DS Gateway, Org Chart, and others. It consists
34 of a collection of CGI binary programs and scripts, HTML pages and
35 Javascript code, the adminserver console module, setuputil modules and
36 programs, and config files. It was formerly based on the Netscape
37 Enterprise Server but has been ported to use the Apache 2.x webserver
38 using the Worker model (multi-threaded mode, not multi process). The
39 main HTTP functionality consists of the Apache module mod_admserv, and
40 the TLS/SSL functionality is provided by the Apache module mod_nss.
41 Support for starting up servers on low port numbers is provided by
42 mod_restartd.
43
44 %description -l pl
45 Admin Server to oparty na HTTP silnik administracyjny u¿ywany przez
46 Directory Server do uruchamiania konsoli i aplikacji WWW takich jak
47 Admin Express, DS Gateway, Org Chart i innych. Sk³ada siê z zestawu
48 programów binarnych i skryptów CGI, stron HTML i kodu w
49 Javascripcie, modu³u konsoli adminservera, modu³ów i programów
50 setuputil oraz plików konfiguracyjnych. Wcze¶niej by³ oparty na
51 serwerze Netscape Enterprise ale zosta³ przeportowany do u¿ywania
52 serwera WWW Apache 2.x w modelu Worker (wielow±tkowym, nie
53 wieloprocesowym). G³ówna funkcjonalno¶æ HTTP sk³ada siê z modu³u
54 Apache'a mod_admserv, a funkcjonalno¶æ TLS/SSL jest dostarczana przez
55 modu³ Apache'a mod_nss. Obs³uga uruchamiania serwerów na niskich
56 numerach portów jest dostarczana przez mod_restartd.
57
58 %prep
59 %setup -q
60
61 %build
62 %{__make} \
63         CC="%{__cc}" \
64         CXX="%{__cxx}" \
65         MAKE="%{__make}"
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
This page took 0.060451 seconds and 3 git commands to generate.