]> git.pld-linux.org Git - packages/apache1-mod_hosts_access.git/commitdiff
- unified macros
authorzbyniu <zbyniu@pld-linux.org>
Tue, 30 Nov 2004 22:36:34 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_hosts_access.spec -> 1.3

apache1-mod_hosts_access.spec

index 37464705b3995d20c7f6651bb10d058fb97bfdaf..dd152b3f7f6993d95e0a816a3cc3c5719fed8b79 100644 (file)
@@ -1,5 +1,5 @@
 %define                mod_name        hosts_access
-%define        apxs            %{_sbindir}/apxs1
+%define        apxs            /usr/sbin/apxs1
 Summary:       Apache module: access defined by hosts.allow/hosts.deny
 Summary(pl):   Modu³ do apache: dostêp na podstawie hosts.allow/hosts.deny
 Name:          apache1-mod_%{mod_name}
@@ -17,7 +17,7 @@ Requires:     apache1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-%define                _sysconfdir     /etc/httpd
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
 
 %description
 Mod_hosts_access allows you to use the hosts.allow and hosts.deny
This page took 0.082665 seconds and 4 git commands to generate.