update to 2.7.0RC2 [release 2.7.0RC2-1mamba;Wed Feb 20 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 09:59:53 +01:00
parent 3aebf01170
commit 1d052921e2

View File

@ -1,7 +1,7 @@
%define php_majver %(php-config --version | cut -d. -f1-2) %define php_majver %(php-config --version | cut -d. -f1-2)
%define pkgver %(echo %version | tr '[:lower:]' '[:upper:]') %define pkgver %(echo %version | tr '[:lower:]' '[:upper:]')
Name: php-xdebug Name: php-xdebug
Version: 2.4.0rc4 Version: 2.7.0RC2
Release: 1mamba Release: 1mamba
Summary: A PHP extension for powerful debugging Summary: A PHP extension for powerful debugging
Group: Applications/Development Group: Applications/Development
@ -9,14 +9,14 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xdebug.org/ URL: http://xdebug.org/
Source: http://xdebug.org/files/xdebug-%{version}.tgz Source: https://xdebug.org/files/xdebug-%{version}.tgz
License: PHP License License: PHP License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libedit-devel BuildRequires: libedit-devel
BuildRequires: libtermcap-devel BuildRequires: libtermcap-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: php-devel BuildRequires: php-devel >= 7.3.2
Requires: php >= %{php_majver} Requires: php >= %{php_majver}
Requires: php <= %{php_majver}.99 Requires: php <= %{php_majver}.99
Provides: xdebug Provides: xdebug
@ -51,8 +51,7 @@ cd debugclient
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall INSTALL_ROOT=%{buildroot} %makeinstall INSTALL_ROOT=%{buildroot}
cd debugclient install -D -m0755 debugclient/debugclient %{buildroot}%{_bindir}/debugclient
%makeinstall INSTALL_ROOT=%{buildroot}
install -d -m0755 %{buildroot}%{_sysconfdir}/php/php.d install -d -m0755 %{buildroot}%{_sysconfdir}/php/php.d
cat > %{buildroot}%{_sysconfdir}/php/php.d/xdebug.ini <<EOF cat > %{buildroot}%{_sysconfdir}/php/php.d/xdebug.ini <<EOF
@ -77,6 +76,9 @@ EOF
%{_bindir}/debugclient %{_bindir}/debugclient
%changelog %changelog
* Wed Feb 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0RC2-1mamba
- update to 2.7.0RC2
* Wed Jan 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0rc4-1mamba * Wed Jan 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0rc4-1mamba
- update to 2.4.0rc4 - update to 2.4.0rc4