]> git.pld-linux.org Git - packages/apache-mod_security.git/commitdiff
- unified macros
authorradek <radek@pld-linux.org>
Thu, 25 Nov 2004 10:26:07 +0000 (10:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_security.spec -> 1.6

apache-mod_security.spec

index f3cb6782f004d8d3970b0f0a961e6412387074dc..5541ea8b96c6f653ef318bd45fef748e77528059 100644 (file)
@@ -1,5 +1,5 @@
 %define                mod_name        security
-%define        apxs            %{_sbindir}/apxs
+%define        apxs            /usr/sbin/apxs
 Summary:       Apache module: securing web applications
 Summary(pl):   Modu³ do apache: ochrona aplikacji WWW
 Name:          apache-mod_%{mod_name}
@@ -16,7 +16,7 @@ Requires:     apache
 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.086015 seconds and 4 git commands to generate.