]> git.pld-linux.org Git - packages/ApacheJServ.git/blame_incremental - ApacheJServ.spec
- fix improper usage of %%{_sysconfdir}
[packages/ApacheJServ.git] / ApacheJServ.spec
... / ...
CommitLineData
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/services/httpd/servlets
10%define classesdir /home/services/httpd/classes
11%define jsdkversion 20000924
12
13Summary: Servlet engine with support for the leading web server
14