[packages/koffice] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:36:35 CEST 2025


commit 4af4503f6a5e45b2a9f8016ed3e56f5003be94ec
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:36:19 2025 +0200

    Fix applying patches.

 koffice.spec | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/koffice.spec b/koffice.spec
index c78e350..078b6ae 100644
--- a/koffice.spec
+++ b/koffice.spec
@@ -407,18 +407,18 @@ Zawiera:
 %prep
 %setup -q
 (find kexi/3rdparty -name '*.[ch]'; echo filters/kword/mswrite/structures_generated.h) | xargs grep -Fl '$''Id' | xargs %{__sed} -i -e 's/$''Id:.*$/$''Id$/'
-%patch100 -p0
-%patch0 -p1
-%patch1 -p1
+%patch -P100 -p0
+%patch -P0 -p1
+%patch -P1 -p1
 #%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 %{?with_gmagick:%patch5 -p1}
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
 
 %{__sed} -i 's/Categories=Qt;KDE;Office/Categories=Qt;KDE;Office;X-Misc;/' \
 	tools/kthesaurus/KThesaurus.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/koffice.git/commitdiff/4af4503f6a5e45b2a9f8016ed3e56f5003be94ec



More information about the pld-cvs-commit mailing list