[packages/unarj] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:25:45 CEST 2025


commit dae1b2409717f5cfbeb5ea2f4588f37946a28571
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:25:30 2025 +0200

    Fix applying patches.

 unarj.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/unarj.spec b/unarj.spec
index 5cf6750..d14af8c 100644
--- a/unarj.spec
+++ b/unarj.spec
@@ -59,11 +59,11 @@ tabanlı makinelerde sıkça kullanılan bir sıkıştırma biçimidir.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unarj.git/commitdiff/dae1b2409717f5cfbeb5ea2f4588f37946a28571



More information about the pld-cvs-commit mailing list