]> git.pld-linux.org Git - packages/apache-mod_dosevasive.git/commitdiff
- path corrections, and forgot to add to %file
authorzergin <zergin@pld-linux.org>
Wed, 29 Dec 2004 23:40:15 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dosevasive.spec -> 1.11

apache-mod_dosevasive.spec

index cd5281b87e00c3142eb07e2e0b16c0236b20ae3e..393be6a732f40232ceec9da6973bc278de332283 100644 (file)
@@ -45,10 +45,10 @@ nadu
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/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
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/80_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,3 +71,4 @@ fi
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_pkglibdir}/*
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd/httpd.conf/*
This page took 0.046808 seconds and 4 git commands to generate.