[packages/slrn] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:01:03 CEST 2025
commit b6baa68aa85eab30fe494ac1f2dd4dda179eeb18
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:00:47 2025 +0200
Fix applying patches.
slrn.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/slrn.spec b/slrn.spec
index ee4cc37..5b25881 100644
--- a/slrn.spec
+++ b/slrn.spec
@@ -115,12 +115,12 @@ spool de notícias, para leitura "offline".
%prep
%setup -q -n %{name}-1.0.3
-%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
ln -s autoconf/configure.ac .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/slrn.git/commitdiff/b6baa68aa85eab30fe494ac1f2dd4dda179eeb18
More information about the pld-cvs-commit
mailing list