[packages/clapack] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:00:11 CEST 2025
commit 7285c6bfb458bbf60fedc7a3994e1f3538f3147f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:59:56 2025 +0200
Fix applying patches.
clapack.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clapack.spec b/clapack.spec
index 6d5dd34..dc2fe37 100644
--- a/clapack.spec
+++ b/clapack.spec
@@ -70,10 +70,10 @@ Biblioteki statyczne CLAPACK.
%prep
%setup -q -n %{name}-%{version}-CMAKE
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/clapack.git/commitdiff/7285c6bfb458bbf60fedc7a3994e1f3538f3147f
More information about the pld-cvs-commit
mailing list