]> git.pld-linux.org Git - packages/php.git/commitdiff
- /var/run/php created only if fpm enabled (and it's not on all arches)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Feb 2012 20:48:11 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.805.2.103

php.spec

index 8ef32c46566f5b8bb7e5f27815217b456664719e..7ae4921fd5d7eef4826cd88c0fb469d093b7e73d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -113,7 +113,7 @@ Summary(ru.UTF-8):  PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          php
 Version:       5.2.17
-Release:       12
+Release:       13
 Epoch:         4
 License:       PHP
 Group:         Libraries
@@ -2510,8 +2510,10 @@ install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
 
+%if %{with fpm}
 # /var/run/php is in php-dirs, here conflicts with __spec_install_post_check_tmpfiles macro
 rmdir $RPM_BUILD_ROOT/var/run/php
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.273995 seconds and 4 git commands to generate.