[packages/dokuwiki] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:16:48 CEST 2025
commit a947d33375f40787954e4a2f83e8c93011392e69
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:16:32 2025 +0200
Fix applying patches.
dokuwiki.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/dokuwiki.spec b/dokuwiki.spec
index 2f8671d..45e147e 100644
--- a/dokuwiki.spec
+++ b/dokuwiki.spec
@@ -127,17 +127,17 @@ install -d data/pages/playground
test -e data/pages/playground/playground.txt || \
echo '====== PlayGround ======' > data/pages/playground/playground.txt
-%patch0 -p1
-%patch2 -p1
-%patch5 -p1
-%patch8 -p1
-%patch10 -p1
-%patch19 -p1
+%patch -P0 -p1
+%patch -P2 -p1
+%patch -P5 -p1
+%patch -P8 -p1
+%patch -P10 -p1
+%patch -P19 -p1
#%patch21 -p1
-%patch27 -p1
-%patch28 -p1
-%patch29 -p1
-%patch66 -p1
+%patch -P27 -p1
+%patch -P28 -p1
+%patch -P29 -p1
+%patch -P66 -p1
# package as basenames, upgrade overwrite protected with .rpmnew
mv conf/local.php{.dist,}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki.git/commitdiff/a947d33375f40787954e4a2f83e8c93011392e69
More information about the pld-cvs-commit
mailing list