[packages/xmlrpc++] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:17:51 CEST 2025
commit d01108e6578829ac211398db67472257ea6d8b0b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:05 2025 +0200
Fix applying patches.
xmlrpc++.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xmlrpc++.spec b/xmlrpc++.spec
index 3a98655..ae78bb1 100644
--- a/xmlrpc++.spec
+++ b/xmlrpc++.spec
@@ -64,9 +64,9 @@ Statyczna biblioteka XmlRpc++.
%prep
%setup -q -n %{name}%{version}
find -name '*.cpp' | xargs %{__sed} -i -e 's,\r$,,'
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xmlrpc++.git/commitdiff/d01108e6578829ac211398db67472257ea6d8b0b
More information about the pld-cvs-commit
mailing list