[packages/gpsbabel] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:57:47 CEST 2025
commit a0310afcb1fc4147958dc4e5e559343ad22b5eee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:57:31 2025 +0200
Fix applying patches.
gpsbabel.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gpsbabel.spec b/gpsbabel.spec
index 5b47237..ad9585c 100644
--- a/gpsbabel.spec
+++ b/gpsbabel.spec
@@ -116,9 +116,9 @@ Graficzny interfejs Qt do programu GPSBabel.
%prep
%setup -q -n %{name}-%{name}_%{fver}
-%patch0 -p1
-%patch2 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P2 -p1
+%patch -P4 -p1
%if %{with qt5}
%{__sed} -i -e '/QT NAMES / s/Qt6 //' gui/CMakeLists.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gpsbabel.git/commitdiff/a0310afcb1fc4147958dc4e5e559343ad22b5eee
More information about the pld-cvs-commit
mailing list