]> git.pld-linux.org Git - packages/php-dirs.git/commitdiff
package /var/log/archive/php auto/ac/php-dirs-1.4-2 auto/th/php-dirs-1.4-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 6 Jul 2013 21:19:31 +0000 (00:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 6 Jul 2013 21:19:31 +0000 (00:19 +0300)
php-dirs.spec

index b6ecab3e295b5e8022702894231af6149e478373..8beea078849570f883a99cd566cb44087270ed21 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Common dirs for different PHP versions
 Summary(pl.UTF-8):     Wspólne katalogi dla różnych wersji PHP
 Name:          php-dirs
 Version:       1.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base
 Source0:       php-session.sh
@@ -29,7 +29,7 @@ Wspólne katalogi dla PHP w wersji 4 oraz 5.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{php_data_dir}/tests,/etc/cron.hourly,/var/{cache,log,run}/php} \
+install -d $RPM_BUILD_ROOT{%{php_data_dir}/tests,/etc/cron.hourly,/var/{cache,log,run}/php,/var/log/archive/php} \
        $RPM_BUILD_ROOT%{_docdir}/phpdoc \
        $RPM_BUILD_ROOT%{systemdtmpfilesdir}
 
@@ -55,6 +55,7 @@ fi
 %dir %{php_data_dir}/tests
 %dir %{_docdir}/phpdoc
 %attr(775,root,http) %dir %verify(not group mode) /var/log/php
+%attr(770,root,root) %dir %verify(not group mode) /var/log/archive/php
 # no +r, so only predictable names can be used. currently php-soap wsdl cache is there
 %attr(730,root,http) %dir %verify(not group mode) /var/cache/php
 # http needs only x for directory (otherwise it knows session file
This page took 0.085126 seconds and 4 git commands to generate.