]> git.pld-linux.org Git - packages/apache1-mod_security.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_security.spec -> 1.4

apache1-mod_security.spec

index cf650e33563278cddac64b6e7257f47f22c7f08f..b9912d8067a87d3c681f9c8f27f96a579204b6c3 100644 (file)
@@ -1,5 +1,5 @@
 %define                mod_name        security
-%define        apxs            %{_sbindir}/apxs1
+%define        apxs            /usr/sbin/apxs1
 Summary:       Apache module: securing web applications
 Summary(pl):   Modu³ do apache: ochrona aplikacji WWW
 Name:          apache1-mod_%{mod_name}
@@ -16,7 +16,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
 ModSecurity is an open source intrusion detection and prevention
This page took 0.089262 seconds and 4 git commands to generate.