[packages/evlog] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:28:04 CEST 2025
commit b90a7b0dcb2fcde9085f92b8b753072a3b2fd180
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:27:48 2025 +0200
Fix applying patches.
evlog.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/evlog.spec b/evlog.spec
index 810b0ad..183d367 100644
--- a/evlog.spec
+++ b/evlog.spec
@@ -64,12 +64,12 @@ Statyczne biblioteki evlog.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%{__sed} -i -e 's/yacc/bison -y/' user/lib/query/Makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/evlog.git/commitdiff/b90a7b0dcb2fcde9085f92b8b753072a3b2fd180
More information about the pld-cvs-commit
mailing list