[packages/GXedit] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:05:31 CEST 2025


commit bdf34826f90d9399357f244911eb861ea6a29c29
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:05:15 2025 +0200

    Fix applying patches.

 GXedit.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/GXedit.spec b/GXedit.spec
index 7179602..e69f23b 100644
--- a/GXedit.spec
+++ b/GXedit.spec
@@ -40,10 +40,10 @@ utiliza o GTK+.
 
 %prep
 %setup -n %{name}%{version} -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 %{__sed} -i -e s^%{_prefix}/doc/GXedit/^%{_docdir}/%{name}-%{version}/^g gxedit.c
 
 %build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/GXedit.git/commitdiff/bdf34826f90d9399357f244911eb861ea6a29c29



More information about the pld-cvs-commit mailing list