[packages/php-pecl-xdebug] fix undefine bcond
glen
glen at pld-linux.org
Mon Jul 7 22:36:19 CEST 2014
commit bcd8bd1ab41e220ef2d732b156b04baca970868d
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Jul 7 23:36:17 2014 +0300
fix undefine bcond
php-pecl-xdebug.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 6c2dbb9..463017c 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -4,7 +4,7 @@
# don't build for php53
%if 0%{?_pld_builder:1} && "%{?php_suffix}" != "55"
-%undefine vim
+%undefine with_vim
%endif
%define php_name php%{?php_suffix}
@@ -14,7 +14,7 @@ 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.2.5
-Release: 2
+Release: 3
# The Xdebug License, version 1.01
# (Based on "The PHP License", version 3.0)
License: PHP
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-xdebug.git/commitdiff/bcd8bd1ab41e220ef2d732b156b04baca970868d
More information about the pld-cvs-commit
mailing list