[packages/dict-dalf] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:13:48 CEST 2025
commit 07df72c72c2717d6e94e82f3191adcc3ebe8d3c8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:13:32 2025 +0200
Fix applying patches.
dict-dalf.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dict-dalf.spec b/dict-dalf.spec
index a95b9b8..8c3f311 100644
--- a/dict-dalf.spec
+++ b/dict-dalf.spec
@@ -31,7 +31,7 @@ z opcją --locale ru_RU.KOI8-R, żeby móc go używać.
%prep
%setup -q -c -T
%{__gzip} -dc %{SOURCE0} > dalf
-%patch0 -p0
+%patch -P0 -p0
%build
LC_ALL=ru_RU.KOI8-R perl -ne 'use locale; /^(.*?)[\.,;\?]* (.*)\n/; $def=$2; $word=$1; $word=~s/[\?,]+ /|/g; print ":".lc($word).":\n$def\n"' < dalf | \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dict-dalf.git/commitdiff/07df72c72c2717d6e94e82f3191adcc3ebe8d3c8
More information about the pld-cvs-commit
mailing list