[packages/php-pecl-xdebug] up to 2.4.0; php 7 support
glen
glen at pld-linux.org
Tue Jul 5 10:12:06 CEST 2016
commit 18fda282cbb55deeda51424d907d998ce19ee44e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jul 5 11:10:43 2016 +0300
up to 2.4.0; php 7 support
php-pecl-xdebug.spec | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index cd93cde..2b2b22f 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -2,25 +2,24 @@
# Conditional build:
%bcond_without vim # make vim syntax package
-# don't build for php53
+# build noarch packages only for 5.5 version
%if 0%{?_pld_builder:1} && "%{?php_suffix}" != "55"
%undefine with_vim
%endif
%define php_name php%{?php_suffix}
%define modname xdebug
-%define status stable
Summary: %{modname} - provides functions for functions traces and profiling
Summary(pl.UTF-8): %{modname} - funkcje do śledzenia i profilowania funkcji
Name: %{php_name}-pecl-%{modname}
-Version: 2.3.3
+Version: 2.4.0
Release: 1
# The Xdebug License, version 1.01
# (Based on "The PHP License", version 3.0)
License: PHP
Group: Development/Languages/PHP
Source0: http://www.xdebug.org/files/xdebug-%{version}.tgz
-# Source0-md5: 60e6fdf41840104a23debe16db15a2af
+# Source0-md5: f49fc01332468f8b753fb37115505fb5
Source1: %{modname}.ini
Source2: vim-xt-filetype.vim
URL: http://www.xdebug.org/
@@ -54,8 +53,6 @@ Xdebug also provides:
- code coverage analysis
- capabilities to debug your scripts interactively with a debug client
-In PECL status of this package is: %{status}.
-
%description -l pl.UTF-8
Rozszerzenie Xdebug pomaga przy odpluskwianiu skryptu dostarczając
dużo wartościowych informacji. Informacje przydatne do śledzenia,
@@ -76,8 +73,6 @@ Xdebug dostarcza także:
- możliwość śledzenia skryptów interaktywnie przy pomocy klienta
odpluskwiacza
-To rozszerzenie ma w PECL status: %{status}.
-
%package -n vim-syntax-xdebug
Summary: Vim syntax: Xdebug trace files
Group: Applications/Editors/Vim
@@ -154,7 +149,7 @@ fi
%files
%defattr(644,root,root,755)
-%doc README NEWS CREDITS contrib
+%doc README.rst CREDITS contrib
%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
%attr(755,root,root) %{php_extensiondir}/%{modname}.so
%attr(755,root,root) %{_bindir}/xdebug*-debugclient
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-xdebug.git/commitdiff/18fda282cbb55deeda51424d907d998ce19ee44e
More information about the pld-cvs-commit
mailing list