]> git.pld-linux.org Git - packages/php-symfony_debug.git/commitdiff
some builders, some php versions require pcre ext master auto/th/php-symfony_debug-2.7.3-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 7 Aug 2015 06:23:29 +0000 (09:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 7 Aug 2015 06:23:29 +0000 (09:23 +0300)
php-symfony_debug.spec

index 3df4f3e57f52cdfcfe2cc83e3533087c45e46a6c..7ac59a9d10ad271bc79de7e0b12bd0b6597e3b12 100644 (file)
@@ -19,6 +19,7 @@ BuildRequires:        %{php_name}-devel >= 4:5.3
 BuildRequires: rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires: %{php_name}-cli
+BuildRequires: %{php_name}-pcre
 BuildRequires: %{php_name}-spl
 %endif
 %{?requires_php_extension}
@@ -53,7 +54,7 @@ cat <<'EOF' > run-tests.sh
 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
 %{__make} test \
        PHP_EXECUTABLE=%{__php} \
-       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="spl" \
+       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl" \
        RUN_TESTS_SETTINGS="-q $*"
 EOF
 
This page took 0.131521 seconds and 4 git commands to generate.