SPECS: fedora-adminserver.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Wed May 3 17:35:53 CEST 2006


Author: wolvverine                   Date: Wed May  3 15:35:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   fedora-adminserver.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fedora-adminserver.spec
diff -u /dev/null SPECS/fedora-adminserver.spec:1.1
--- /dev/null	Wed May  3 17:35:53 2006
+++ SPECS/fedora-adminserver.spec	Wed May  3 17:35:48 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:	Fedora Admin Server
+Summary(pl):	-
+Name:		fedora-adminserver
+Version:	1.0.2
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
+# Source0-md5:	ab7b4809b135e28f114c8367264e9394
+URL:		http://directory.fedora.redhat.com/wiki/AdminServer
+#BuildRequires:	apr-devel
+BuildRequires:	db-devel >= 4.0
+BuildRequires:	libicu-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtermcap-devel
+BuildRequires:	nspr-devel >= 4.4.1
+BuildRequires:	rpmbuild(macros) >= 1.228
+#BuildRequires:	fedora-adminutil
+#BuildRequires:	fedora-setuputil
+BuildRequires:	cyrus-sasl-devel
+BuildRequires:	gdbm-devel >= 1.6
+BuildRequires:	mozldap-devel
+BuildRequires:	net-snmp-devel >= 5.2.1
+BuildRequires:	nss-devel
+#BuildRequires:	which
+#BuildRequires:	zip
+#Requires:	libicu >= 2.4
+
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Admin Server is the http based adminstration engine used by the
+Directory Server to run the console and the web based applications
+such as Admin Express, DS Gateway, Org Chart, and others. It consists
+of a collection of CGI binary programs and scripts, HTML pages and
+Javascript code, the adminserver console module, setuputil modules and
+programs, and config files. It was formerly based on the Netscape
+Enterprise Server but has been ported to use the Apache 2.x webserver
+using the Worker model (multi-threaded mode, not multi process). The
+main http functionality consists of the Apache module mod_admserv, and
+the TLS/SSL functionality is provided by the Apache module mod_nss.
+Support for starting up servers on low port numbers is provided by
+mod_restartd
+
+%description -l pl
+-
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CXX="%{__cxx}" \
+	MAKE=%{__make} \
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+#%{_datadir}/%{name}/fedora-base-%{version}.jar
+#%{_bindir}/startconsole
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/03 15:35:48  wolvverine
+- init
+
+
+
================================================================


More information about the pld-cvs-commit mailing list