[packages/k9copy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:25:57 CEST 2025
commit a89bce3daa4c621567e680ccf608e473d0d4e3f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:25:41 2025 +0200
Fix applying patches.
k9copy.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/k9copy.spec b/k9copy.spec
index 8e3e73a..a2a2ce4 100644
--- a/k9copy.spec
+++ b/k9copy.spec
@@ -61,12 +61,12 @@ umożliwiający zmniejszanie obrazów płyt DVD z DVD 9 do DVD 5 w
%setup -q -c -T
%{__tar} xmf %{SOURCE0}
%{__mv} k9copy/* .
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%if %{with qt5}
-%patch3 -p1
+%patch -P3 -p1
%else
-%patch4 -p1
+%patch -P4 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/k9copy.git/commitdiff/a89bce3daa4c621567e680ccf608e473d0d4e3f3
More information about the pld-cvs-commit
mailing list