]> git.pld-linux.org Git - packages/php-sassphp.git/blobdiff - php-sassphp.spec
- rebuild with libasss 3.5.2
[packages/php-sassphp.git] / php-sassphp.spec
index 9ac3ef24ac3ef3d15c8184e9a4718112503946b1..52e3d3c132e755562e063619d477b8c9a6fb68e0 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       PHP bindings to libsass - fast, native Sass parsing in PHP
 Name:          %{php_name}-sassphp
 Version:       0.2.1
-Release:       1
+Release:       2
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       https://github.com/sensational/sassphp/archive/v%{version}/sassphp-%{version}.tar.gz
@@ -17,6 +17,7 @@ URL:          https://github.com/sensational/sassphp
 %{?with_tests:BuildRequires:    %{php_name}-cli}
 BuildRequires: %{php_name}-devel
 BuildRequires: libsass-devel >= 3.2.2
+BuildRequires: libstdc++-devel
 BuildRequires: rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires: %{php_name}-cli
@@ -51,7 +52,7 @@ grep %{modname} modules.log
 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="" \
 %endif
 
 %install
This page took 0.135422 seconds and 4 git commands to generate.