[packages/amap] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:32:33 CEST 2025
commit 924b48332c5c71740757ea3228fd8dbdbde1b252
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:32:17 2025 +0200
Fix applying patches.
amap.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/amap.spec b/amap.spec
index 6a34a0f..1b0f615 100644
--- a/amap.spec
+++ b/amap.spec
@@ -30,11 +30,11 @@ tworzenie pseudo komunikacji i analizie odpowiedzi.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%{__sed} -i 's at LIBDIRS=.*@LIBDIRS="%{_libdir} %{_libdir}/openssl"@' configure
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/amap.git/commitdiff/924b48332c5c71740757ea3228fd8dbdbde1b252
More information about the pld-cvs-commit
mailing list