]> git.pld-linux.org Git - packages/ApacheJServ.git/blame - ApacheJServ.spec
- more work (still NYF).
[packages/ApacheJServ.git] / ApacheJServ.spec
Content-type: text/html ]> git.pld-linux.org Git - packages/ApacheJServ.git/blame - ApacheJServ.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 160.
This page took 0.107558 seconds and 4 git commands to generate.
CommitLineData
0464d88f 1#%define libexecdir `apxs -q LIBEXECDIR`
2%define libexecdir /usr/lib/apache
3
4#%define httpdconf `apxs -q SYSCONFDIR`
5%define httpdconf /etc/httpd/conf
6
7%define jservconf %{httpdconf}/jserv
8%define logdir /var/log/httpd
9%define servletdir /home/httpd/servlets
10%define classesdir /home/httpd/classes
eec4cf54 11%define jsdkversion 20000924
0464d88f 12
0464d88f 13Summary: Servlet engine with support for the leading web server
14Name: ApacheJServ
15Version: 1.1
16Release: 3
20a63901 17Source0: http://java.apache.org/jserv/dist/%{name}-%{version}.tar.gz
eec4cf54 18Source1: http://www.euronet.nl/~pauls/java/servlet/download/classpathx_servlet-%{jsdkversion}.tar.gz
20a63901 19Patch0: ApacheJServ-enable-secret.patch
20Patch1: ApacheJServ-DESTDIR.patch
0464d88f 21URL: http://java.apache.org/
22Copyright: Freely distributable & usable
23Group: Networking/Daemons
20a63901 24Group(pl): Sieciowe/Serwery
0464d88f 25Requires: apache >= 1.3.6
26Provides: jserv jsdk20
450b5f3c 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0464d88f 28
20a63901 29#BuildRequires: any-java-compiler
0464d88f 30
31BuildRequires: automake >= 1.4
32BuildRequires: autoconf >= 2.13
33BuildRequires: libtool >= 1.3.3
0464d88f 34BuildRequires: apache-devel >= 1.3.9-8
35
36%description
20a63901 37Apache JServ is a servlet engine, developed by the Java Apache Project
aad54880 38<http://java.apache.org/>. The Apache JServ servlet engine is written
39in 100pc Java application, and listens for servlet requests using the
40Apache Java protocol (AJp). Typically, these requests will originate
41from the mod_jserv Apache module (DSO included). This package contains
42a LGPL'ed implementation of sun's java servlet api version 2.0 by Paul
43Siegmann <http://www.euronet.nl/~pauls/java/servlet/>
0464d88f 44
9a5e72cc 45%description -l pl
46Apache JServ jest silnikiem serwletowym, rozwijanym przez Java Apache Project
47