[packages/librep] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:58:43 CEST 2025
commit e461433527d9d9062f04c5e8e2560ac53f0429b5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:58:28 2025 +0200
Fix applying patches.
librep.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/librep.spec b/librep.spec
index 67cd6f3..ddd23c5 100644
--- a/librep.spec
+++ b/librep.spec
@@ -147,13 +147,13 @@ Librep - це вбудовуваний діалект LISP.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%{__sed} -i "s@\(rep\(common\|\)execdir='[^']*\)@\1/%{_host}@" configure.in
-# %patch1 -p1
-# %patch2 -p1
-# %patch3 -p1
-# %patch4 -p1
-%patch5 -p1
+# %%patch1 -p1
+# %%patch2 -p1
+# %%patch3 -p1
+# %%patch4 -p1
+%patch -P5 -p1
%build
cp -f /usr/share/automake/config.* .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/librep.git/commitdiff/e461433527d9d9062f04c5e8e2560ac53f0429b5
More information about the pld-cvs-commit
mailing list