[packages/pokerth] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:18:44 CEST 2025
commit 22841012aa416bd1dc9b7d64a934f4866c7b478c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:18:28 2025 +0200
Fix applying patches.
pokerth.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/pokerth.spec b/pokerth.spec
index 44bc72e..f1d03f5 100644
--- a/pokerth.spec
+++ b/pokerth.spec
@@ -56,14 +56,14 @@ Silnik gry dostępny jest na platformy Linux, Windows oraz MacOS X.
%prep
%setup -q -n pokerth-%{version}-rc
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%{__rm} -r src/third_party/qtsingleapplication
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pokerth.git/commitdiff/22841012aa416bd1dc9b7d64a934f4866c7b478c
More information about the pld-cvs-commit
mailing list