[packages/paragui] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:51:32 CEST 2025
commit 8ff1ab70f5dc57ea8b346c87f6cf7113dd8d42dd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:51:17 2025 +0200
Fix applying patches.
paragui.spec | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/paragui.spec b/paragui.spec
index b727cb2..bc4d01e 100644
--- a/paragui.spec
+++ b/paragui.spec
@@ -80,19 +80,19 @@ Statyczna wersja biblioteki paragui.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%ifarch alpha %{x8664}
-%patch2 -p1
+%patch -P2 -p1
%endif
-%patch3 -p0
-%patch4 -p0
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
+%patch -P3 -p0
+%patch -P4 -p0
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/paragui.git/commitdiff/8ff1ab70f5dc57ea8b346c87f6cf7113dd8d42dd
More information about the pld-cvs-commit
mailing list