[packages/GLStats] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:48:47 CEST 2025
commit 8c9b4a96e7d96fa70661731c03a482605001c52e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:48:31 2025 +0200
Fix applying patches.
GLStats.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/GLStats.spec b/GLStats.spec
index 51cccac..c977331 100644
--- a/GLStats.spec
+++ b/GLStats.spec
@@ -60,9 +60,9 @@ Dokumentacja API biblioteki GLStats.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
ln -s %{_datadir}/Eyescale-CMake CMake/common
%{__rm} .gitexternals
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/GLStats.git/commitdiff/8c9b4a96e7d96fa70661731c03a482605001c52e
More information about the pld-cvs-commit
mailing list