[mod_auth_shadow/el6] added globals

Jan Klepek hpejakle at fedoraproject.org
Mon Apr 9 16:28:01 UTC 2012


commit f8f40732d806954c2a234455e304c0278a6f7082
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Mon Apr 9 13:27:51 2012 -0400

    added globals

 mod_auth_shadow.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_auth_shadow.spec b/mod_auth_shadow.spec
index e92e94b..cf8e3db 100644
--- a/mod_auth_shadow.spec
+++ b/mod_auth_shadow.spec
@@ -1,5 +1,8 @@
-%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
-%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
+%{!?_httpd_apxs:       %{expand: %%global _httpd_apxs       %%{_sbindir}/apxs}}
+%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
+%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
+%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
+%{!?_httpd_moddir:     %{expand: %%global _httpd_moddir     %%{_libdir}/httpd/modules}}
 
 Name:		mod_auth_shadow
 Version:	2.3


More information about the scm-commits mailing list