]> git.pld-linux.org Git - packages/php-pecl-zendopcache.git/commitdiff
zend_extension wants full path somewhy auto/th/php-pecl-zendopcache-7.0.1-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 2 Apr 2013 10:48:58 +0000 (13:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 2 Apr 2013 10:48:58 +0000 (13:48 +0300)
php-pecl-zendopcache.spec

index bd4c17e566777386f6922a9f8797179b4b3e50de..c5523bb08cf11362f14f1fce63658d566899d7b6 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Zend Optimizer+ - PHP code optimizer
 Summary(pl.UTF-8):     Zend Optimizer+ - optymalizator kodu PHP
 Name:          php-pecl-%{modname}
 Version:       7.0.1
-Release:       0.1
+Release:       1
 License:       PHP 3.01
 Group:         Libraries
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
@@ -40,14 +40,13 @@ rm -rf $RPM_BUILD_ROOT
        EXTENSION_DIR=%{php_extensiondir} \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
-# TODO:
 # NOTE: In case you are going to use Zend OPcache together with Xdebug,
 # be sure that Xdebug is loaded after OPcache. "php -v" must show Xdebug
 # after OPcache.
 install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 ; Enable %{modname} zend extension module
-zend_extension=opcache.so
+zend_extension=%{php_extensiondir}/opcache.so
 EOF
 
 %clean
This page took 0.098063 seconds and 4 git commands to generate.