[packages/dbgpproxy] Rel 3
arekm
arekm at pld-linux.org
Thu May 21 15:00:43 CEST 2026
commit f6a55e05754cc93217a853cd4d0165f40a756250
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:00:25 2026 +0200
Rel 3
dbgpproxy.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/dbgpproxy.spec b/dbgpproxy.spec
index 65f5377..15290ad 100644
--- a/dbgpproxy.spec
+++ b/dbgpproxy.spec
@@ -1,6 +1,6 @@
# TODO
# - initscript+config
-%define rel 2
+%define rel 3
%define subver 83298
Summary: DBGp Proxy for PHP Xdebug
Name: dbgpproxy
@@ -31,7 +31,7 @@ Komodo, or any of the other clients) and PHP+Xdebug.
%ifarch %{x8664}
%setup -qcT -b 1
%endif
-mv Komodo-PythonRemoteDebugging-%{version}-%{subver}-linux-*/* .
+mv ../Komodo-PythonRemoteDebugging-%{version}-%{subver}-linux-*/* .
cd pythonlib
py_ver=$(echo %py_ver | tr -d .)
@@ -42,6 +42,7 @@ mv _client$py_ver.so dbgp
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{py_sitescriptdir}/dbgp}
+%{__sed} -i -e '1s,#!.*python.*,#!%{__python},' pydbgpproxy
install -p pydbgpproxy $RPM_BUILD_ROOT%{_bindir}
cp -a pythonlib/* $RPM_BUILD_ROOT%{py_sitescriptdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dbgpproxy.git/commitdiff/f6a55e05754cc93217a853cd4d0165f40a756250
More information about the pld-cvs-commit
mailing list