[packages/kf5-extra-cmake-modules] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:34:20 CEST 2025
commit 63fb378a74f0e994df8c4afc319e4d37774741bc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:34:04 2025 +0200
Fix applying patches.
kf5-extra-cmake-modules.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-extra-cmake-modules.spec b/kf5-extra-cmake-modules.spec
index e5cf593..1461cc3 100644
--- a/kf5-extra-cmake-modules.spec
+++ b/kf5-extra-cmake-modules.spec
@@ -77,9 +77,9 @@ Dokumentacja API dla %{orgname}.
%prep
%setup -q -n %{orgname}-%{version}
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
# causes make install failure after running tests
%{__sed} -i -e '/ECMToolchainAndroidTest/d' tests/CMakeLists.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-extra-cmake-modules.git/commitdiff/63fb378a74f0e994df8c4afc319e4d37774741bc
More information about the pld-cvs-commit
mailing list