]> git.pld-linux.org Git - packages/php-dirs.git/blobdiff - php-dirs.spec
- rel 4
[packages/php-dirs.git] / php-dirs.spec
index ab989f5623593ba641b65a22348b6defe377a1d6..e8bb4094d8fc6dc0e38164c155a5a7d7fa443ffa 100644 (file)
@@ -4,8 +4,8 @@
 Summary:       Common dirs for different PHP versions
 Summary(pl.UTF-8):     Wspólne katalogi dla różnych wersji PHP
 Name:          php-dirs
-Version:       1.3
-Release:       1
+Version:       1.4
+Release:       4
 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/{run,log}/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,9 @@ 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
 # names and can read it contents)
 # keep o+x for fcgi.sock (lighttpd)
This page took 0.117667 seconds and 4 git commands to generate.