[packages/gpdf] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:57:02 CEST 2025
commit 02b15a987b6751a9026a0dc7a0769c11d2477155
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:56:46 2025 +0200
Fix applying patches.
gpdf.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gpdf.spec b/gpdf.spec
index 74bcedd..7335a91 100644
--- a/gpdf.spec
+++ b/gpdf.spec
@@ -43,11 +43,11 @@ Format).
%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
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gpdf.git/commitdiff/02b15a987b6751a9026a0dc7a0769c11d2477155
More information about the pld-cvs-commit
mailing list