SPECS: php-pecl-xdebug.spec - with new zts/debug macro deps - expa...
glen
glen at pld-linux.org
Sat Oct 29 01:15:29 CEST 2005
Author: glen Date: Fri Oct 28 23:15:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- with new zts/debug macro deps
- expand zts in .ini file
---- Files affected:
SPECS:
php-pecl-xdebug.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/php-pecl-xdebug.spec
diff -u SPECS/php-pecl-xdebug.spec:1.28 SPECS/php-pecl-xdebug.spec:1.29
--- SPECS/php-pecl-xdebug.spec:1.28 Sat Oct 8 20:11:29 2005
+++ SPECS/php-pecl-xdebug.spec Sat Oct 29 01:15:24 2005
@@ -3,13 +3,13 @@
%define _status stable
%define _sysconfdir /etc/php
%define extensionsdir %(php-config --extension-dir 2>/dev/null)
-
Summary: %{_modname} - provides functions for functions traces and profiling
Summary(pl): %{_modname} - funkcje do śledzenia i profilowania funkcji
Name: php-pecl-%{_modname}
Version: 2.0.0
%define _snap beta3
-Release: 0.%{_snap}.3
+%define _rel 3.13
+Release: 0.%{_snap}.%{_rel}
License: BSD style
Group: Development/Languages/PHP
Source0: http://pecl.php.net/get/%{_modname}-%{version}%{_snap}.tgz
@@ -18,7 +18,7 @@
BuildRequires: libedit-devel
BuildRequires: libtool
BuildRequires: php-devel >= 3:5.0.0
-BuildRequires: rpmbuild(macros) >= 1.238
+BuildRequires: rpmbuild(macros) >= 1.254
Requires: %{_sysconfdir}/conf.d
%{?requires_zend_extension}
Conflicts: ZendOptimizer
@@ -91,7 +91,7 @@
install %{_modname}-*/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
; Enable %{_modname} extension module
-zend_extension_ts=%{extensionsdir}/%{_modname}.so
+zend_extension%{?zend_zts:_ts}=%{extensionsdir}/%{_modname}.so
EOF
%clean
@@ -120,6 +120,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2005/10/28 23:15:24 glen
+- with new zts/debug macro deps
+- expand zts in .ini file
+
Revision 1.28 2005/10/08 18:11:29 glen
- add Conflicts due to
PHP Fatal error: [Zend Optimizer] Zend Optimizer 2.5.10 is incompatible with Xdebug 2.0.0beta3-dev in Unknown on line 0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-xdebug.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list