[packages/clinkc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:00:40 CEST 2025
commit 9994f951cce70627831adf50cab0ef8448ef0791
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:00:24 2025 +0200
Fix applying patches.
clinkc.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/clinkc.spec b/clinkc.spec
index 1b13978..0ff517c 100644
--- a/clinkc.spec
+++ b/clinkc.spec
@@ -121,12 +121,12 @@ Statyczna biblioteka clinkcav.
%prep
%setup -q -n mupnp-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/clinkc.git/commitdiff/9994f951cce70627831adf50cab0ef8448ef0791
More information about the pld-cvs-commit
mailing list