2 |
# Use "--define='apache 1'" to build a 'mod_auth_tkt1' package for apache1 |
# Use "--define='apache 1'" to build a 'mod_auth_tkt1' package for apache1 |
3 |
%define httpd httpd |
%define httpd httpd |
4 |
%define name mod_auth_tkt |
%define name mod_auth_tkt |
5 |
%if 0%{?rhel} < 7 |
%define apxs /usr/bin/apxs |
|
%global apxs /usr/sbin/apxs |
|
|
%else |
|
|
%global apxs /usr/bin/apxs |
|
|
%endif |
|
6 |
%{?apache:%define httpd apache} |
%{?apache:%define httpd apache} |
7 |
%{?apache:%define name mod_auth_tkt1} |
%{?apache:%define name mod_auth_tkt1} |
8 |
%{?apache:%define apxs /usr/sbin/apxs1} |
%{?apache:%define apxs /usr/sbin/apxs1} |