%apache_version		2.0.55
%apache_release		alt1
# first we define apache-ru compatible macroses
%apache_basedir           /etc/httpd2
%apache_confdir           /etc/httpd2/conf
%apache_addonconfdir      /etc/httpd2/conf/addon.d
%apache_vhostconfdir      /etc/httpd2/conf/vhost.d
%apache_addonvhostconfdir /etc/httpd2/conf/vhost.d-addon
%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    libapr-devel libaprutil-devel
%apache_apr_config      /usr/bin/apr-config
%apache_apu_config      /usr/bin/apu-config
 
# here goes apache2 specific macroses 
# (although not all of them are required
# for building modules)
%a_name			apache2
%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_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_infodir		/usr/share/info
%a_installbuilddir	/usr/lib/apache2/build
%a_errordir		/var/www/apache2/error

