]> git.pld-linux.org Git - packages/boa.git/commitdiff
- release 3: added /var/log/archiv/boa/
authorradek <radek@pld-linux.org>
Wed, 13 Oct 2004 15:53:53 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.74

boa.spec

index b3e38ad599656bd6d530a72fe7565e441060e712..e0c4e8a7089441e3d1e6e9d8c89d86c3c1cd56d3 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -7,7 +7,7 @@ Summary(pl):    Boa - szybki serwer HTTP
 Name:          boa
 Version:       0.94.14
 %define        _rc     rc20
-Release:       0.%{_rc}.2
+Release:       0.%{_rc}.3
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -67,7 +67,7 @@ CFLAGS="%{rpmcflags} %{?with_ipv6:-DINET6} -DSERVER_ROOT='\"%{_sysconfdir}\"'"
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d/ \
-       $RPM_BUILD_ROOT/var/log/boa \
+       $RPM_BUILD_ROOT/var/log/{,archiv/}boa \
        $RPM_BUILD_ROOT%{_sbindir} \
        $RPM_BUILD_ROOT%{_mandir}/man8 \
        $RPM_BUILD_ROOT/etc/logrotate.d \
@@ -139,6 +139,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
 #%attr(755,root,root) %{_cgi_bin}
 %attr(750,root,root) %dir /var/log/%{name}/
+%attr(750,root,root) %dir /var/log/archiv/%{name}/
 %attr(640,root,root) %ghost /var/log/%{name}/*
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
This page took 0.08151 seconds and 4 git commands to generate.