[packages/centericq] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:56:53 CEST 2025


commit b5fd7164910493c69ce4664ce4b01aec1bf9f8a9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:56:37 2025 +0200

    Fix applying patches.

 centericq.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/centericq.spec b/centericq.spec
index 22ea826..c5cc71b 100644
--- a/centericq.spec
+++ b/centericq.spec
@@ -60,10 +60,10 @@ O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 mv -f po/{zh_TW.Big5,zh_TW}.po
 %{__sed} -i -e 's/zh_TW\.Big5/zh_TW/' configure.in
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/centericq.git/commitdiff/b5fd7164910493c69ce4664ce4b01aec1bf9f8a9



More information about the pld-cvs-commit mailing list