[packages/Canna] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:54:42 CEST 2025
commit d47c1f835009bce6ffe4cbb9bb25eda10bede09b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:54:27 2025 +0200
Fix applying patches.
Canna.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Canna.spec b/Canna.spec
index 340fda9..b6a97e1 100644
--- a/Canna.spec
+++ b/Canna.spec
@@ -107,13 +107,13 @@ Ten pakiet zawiera statyczne biblioteki Canna.
%prep
%setup -q -n %{name}%{dver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if "%{_lib}" == "lib64"
-%patch2 -p1
+%patch -P2 -p1
%endif
%if "%{_lib}" == "libx32"
-%patch3 -p1
+%patch -P3 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Canna.git/commitdiff/d47c1f835009bce6ffe4cbb9bb25eda10bede09b
More information about the pld-cvs-commit
mailing list