[packages/pwlib] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:25:01 CEST 2025
commit 044e9b52ab1b034801fa89c5aca32a0eeb8a11b3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:24:45 2025 +0200
Fix applying patches.
pwlib.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/pwlib.spec b/pwlib.spec
index 435d2f0..2717a48 100644
--- a/pwlib.spec
+++ b/pwlib.spec
@@ -189,16 +189,16 @@ Wtyczka wejścia obrazu v4l2.
%prep
%setup -q -n pwlib_v%{ver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%if "%{_lib}" == "lib64"
-%patch4 -p1
+%patch -P4 -p1
%endif
-%patch5 -p1
+%patch -P5 -p1
%ifarch sparc64
-%patch6 -p1
+%patch -P6 -p1
%endif
ln -sf make bin
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pwlib.git/commitdiff/044e9b52ab1b034801fa89c5aca32a0eeb8a11b3
More information about the pld-cvs-commit
mailing list