update to 2.4.0rc4 [release 2.4.0rc4-1mamba;Wed Jan 27 2016]
This commit is contained in:
parent
b56dfe30e7
commit
3aebf01170
@ -1,6 +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:]')
|
||||||
Name: php-xdebug
|
Name: php-xdebug
|
||||||
Version: 2.2.5
|
Version: 2.4.0rc4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A PHP extension for powerful debugging
|
Summary: A PHP extension for powerful debugging
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -35,10 +36,9 @@ Test client application for %{name}.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -n xdebug-%{pkgver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd xdebug-%{version}
|
|
||||||
phpize
|
phpize
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
@ -49,7 +49,6 @@ cd debugclient
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd xdebug-%{version}
|
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
cd debugclient
|
cd debugclient
|
||||||
@ -78,6 +77,9 @@ EOF
|
|||||||
%{_bindir}/debugclient
|
%{_bindir}/debugclient
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0rc4-1mamba
|
||||||
|
- update to 2.4.0rc4
|
||||||
|
|
||||||
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.5-1mamba
|
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.5-1mamba
|
||||||
- update to 2.2.5
|
- update to 2.2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user