[packages/gts] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:03:48 CEST 2025
commit 915d9e65ebd7a4f29f8939134d3be2fbb0d73f57
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:03:33 2025 +0200
Fix applying patches.
gts.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gts.spec b/gts.spec
index 218d1f7..0a2dc31 100644
--- a/gts.spec
+++ b/gts.spec
@@ -66,12 +66,12 @@ Statyczna biblioteka gts.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%if "%{_lib}" == "lib64"
-%patch1 -p1
+%patch -P1 -p1
%endif
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gts.git/commitdiff/915d9e65ebd7a4f29f8939134d3be2fbb0d73f57
More information about the pld-cvs-commit
mailing list