[packages/tcl-snack] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:14:47 CEST 2025
commit 0093d0a313f7fae872db8789e0eea94af7b02217
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:14:31 2025 +0200
Fix applying patches.
tcl-snack.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tcl-snack.spec b/tcl-snack.spec
index 6a542ab..03bf7b3 100644
--- a/tcl-snack.spec
+++ b/tcl-snack.spec
@@ -65,10 +65,10 @@ Tcl, Tk, and Tkinter are also required to use Snack.
%prep
%setup -q -n %{realname}%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
chmod -x generic/*.c generic/*.h unix/*.c COPYING README demos/python/*
iconv -f iso-8859-1 -t utf-8 -o README{.utf8,}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tcl-snack.git/commitdiff/0093d0a313f7fae872db8789e0eea94af7b02217
More information about the pld-cvs-commit
mailing list