[packages/python-pySpeex] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:31:59 CEST 2025
commit 1fcc0563a86385236fc2013b319c2aac5e8fbaa2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:31:43 2025 +0200
Fix applying patches.
python-pySpeex.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-pySpeex.spec b/python-pySpeex.spec
index ffc74b4..e5f4fe9 100644
--- a/python-pySpeex.spec
+++ b/python-pySpeex.spec
@@ -36,7 +36,7 @@ kodekiem w sposób przyrostowy przy użyciu metod 'encode' i 'decode'.
%prep
%setup -q -n %{mod_name}-%{version}
-%patch0 -p1
+%patch -P0 -p1
find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pySpeex.git/commitdiff/1fcc0563a86385236fc2013b319c2aac5e8fbaa2
More information about the pld-cvs-commit
mailing list