
%apache_version	2.2.6
%apache_release	alt4

# apache version configs
%apache_configs_dirs_name	apache2-configs-dirs2
%apache_configs_dirs_version	2.2.0
%apache_configs_name	apache2-configs2
%apache_configs_branch	2
%apache_configs_version	2.3.0
%apache_config_tool_name	apache2-config-tools
%apache_config_tool_branch	0
%apache_config_tool_version	0.1.1

# apache builds
%apache_mmn	20051115
%apache_libdb	4.4

# first we define apache-ru compatible macroses
%apache_basedir	/etc/httpd2
%apache_confdir	/etc/httpd2/conf
%apache_addonconfdir	/etc/httpd2/conf/addon.d
%apache_moduledir	/usr/lib/apache2/modules
%apache_logdir	/var/log/httpd2
%apache_addondocdir	/var/www/apache2/manual-addons

%apache_datadir	/var/www/apache2
%apache_htdocsdir	/var/www/apache2/html
%apache_cgibindir	/var/www/apache2/cgi-bin
%apache_apxs	/usr/sbin/apxs2

%apache_user	apache2
%apache_group	apache2
%apache_webmaster	webmaster
%suexec_docroot	/home

# This tells apache-based packages what
# APR to require and use
%apache_apr_buildreq	libapr1-devel libaprutil1-devel
%apache_apr_config	/usr/bin/apr-1-config
%apache_apu_config	/usr/bin/apu-1-config

# here goes apache2 specific macroses
# (although not all of them are required
# for building modules)
%a_rel_sysconfdir	conf
%a_name	apache2
%a_dname	httpd2
%a_prefix	/etc/httpd2
%a_exec_prefix	/usr
%a_bindir	/usr/bin
%a_sbindir	/usr/sbin
%a_libdir	/usr/lib/apache2
%a_libexecdir	/usr/lib/apache2/modules
%a_mandir	/usr/share/man
%a_sysconfdir	/etc/httpd2/conf
%a_datadir	/var/www/apache2
%a_iconsdir	/var/www/apache2/icons
%a_htdocsdir	/var/www/apache2/html
%a_manualdir	/var/www/apache2/manual
%a_addondocdir	/var/www/apache2/manual-addons
%a_cgidir	/var/www/apache2/cgi-bin
%a_includedir	/usr/include/apache2
%a_localstatedir	/var
%a_runtimedir 	/var/run/httpd2
%a_logfiledir 	/var/log/httpd2
%a_proxycachedir	/var/cache/httpd2
%a_spooldir	/var/spool/apache2
%a_infodir	/usr/share/info
%a_installbuilddir	/usr/lib/apache2/build
%a_errordir	/var/www/apache2/error
%a_apxs	/usr/sbin/apxs2

# Debian-like conf
%a_mods_available	/etc/httpd2/conf/mods-available
%a_mods_enabled	/etc/httpd2/conf/mods-enabled
%a_mods_start	/etc/httpd2/conf/mods-start.d
%a_ports_available	/etc/httpd2/conf/ports-available
%a_ports_enabled	/etc/httpd2/conf/ports-enabled
%a_ports_start	/etc/httpd2/conf/ports-start.d
%a_sites_available	/etc/httpd2/conf/sites-available
%a_sites_enabled	/etc/httpd2/conf/sites-enabled
%a_sites_start	/etc/httpd2/conf/sites-start.d
%a_extra_available	/etc/httpd2/conf/extra-available
%a_extra_enabled	/etc/httpd2/conf/extra-enabled
%a_extra_start	/etc/httpd2/conf/extra-start.d

