[packages/plplot] - use patch -P
baggins
baggins at pld-linux.org
Thu Feb 6 10:48:26 CET 2025
commit 229864c0da54369fea4ad406dcbb26ea7f696e39
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Feb 6 10:41:43 2025 +0100
- use patch -P
plplot.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index 8ae868c..b587102 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -639,11 +639,11 @@ Biblioteka PLplot - przykłady do wiązania dla Pythona.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python2(\s|$),#!%{__python3}\1,' \
-e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python3}\1,' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/plplot.git/commitdiff/229864c0da54369fea4ad406dcbb26ea7f696e39
More information about the pld-cvs-commit
mailing list