]> git.pld-linux.org Git - packages/php.git/commitdiff
- postpone tree rebuild in ac
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Oct 2012 13:45:26 +0000 (16:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Oct 2012 13:45:26 +0000 (16:45 +0300)
php.spec

index 44884e83f8b3dd85fe4916f1651249cbdfeca71b..d0c003eef76b5fea5be85e5755454909f980ccac 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -506,6 +506,11 @@ Requires:  glibc >= 6:2.3.5
 Requires:      php-dirs
 Requires:      rpm-whiteout >= 1.28
 Requires:      tzdata
+%if "%{pld_release}" == "ac"
+# postpone tree rebuild in ac
+Provides:      php5(debug) = %{php_debug}
+Provides:      php5(thread-safety) = %{zend_zts}
+%endif
 Provides:      %{name}(debug) = %{php_debug}
 Provides:      %{name}(modules_api) = %{php_api_version}
 Provides:      %{name}(thread-safety) = %{zend_zts}
This page took 0.051262 seconds and 4 git commands to generate.