]> git.pld-linux.org Git - packages/apache-mod_dosevasive.git/commitdiff
- added initial config so it'll work right out of the box
authorzergin <zergin@pld-linux.org>
Wed, 29 Dec 2004 23:17:58 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dosevasive.spec -> 1.10

apache-mod_dosevasive.spec

index a9c28d73f6b091c830e0444a8c303eb1b5131090..cd5281b87e00c3142eb07e2e0b16c0236b20ae3e 100644 (file)
@@ -4,11 +4,12 @@ Summary:      Apache DoS Evasive Maneuvers Module
 Summary(pl):   Modu³ manewrów omijaj±cych ataki DoS dla Apache
 Name:          apache-mod_%{mod_name}
 Version:       1.8
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       http://www.nuclearelephant.com/projects/dosevasive/mod_%{mod_name}.%{version}.tar.gz
 # Source0-md5: 243d24e205c3b82ef55542887e03d998
+Source1:       %{name}.conf
 URL:           http://www.nuclearelephant.com/projects/dosevasive/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2
@@ -44,8 +45,10 @@ nadu
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
 install .libs/mod_%{mod_name}20.so $RPM_BUILD_ROOT%{_pkglibdir}/mod_%{mod_name}.so
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/80_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.070484 seconds and 4 git commands to generate.