[packages/laspack] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:40:44 CEST 2025
commit 42d420639c9a18c915eeeecae3ef207e476af7fa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:40:28 2025 +0200
Fix applying patches.
laspack.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/laspack.spec b/laspack.spec
index 0700639..4c06062 100644
--- a/laspack.spec
+++ b/laspack.spec
@@ -131,10 +131,10 @@ Biblioteka statyczna z rozszerzeniami xc.
%prep
%setup -q -c LASPACK
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if %{with blas}
-%patch2 -p1
+%patch -P2 -p1
%endif
cp %{SOURCE1} README.PLD
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/laspack.git/commitdiff/42d420639c9a18c915eeeecae3ef207e476af7fa
More information about the pld-cvs-commit
mailing list