[packages/libunique] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:03:06 CEST 2025
commit d377cb543fc969fd5e5518b69602cde7e9e57a71
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:02:50 2025 +0200
Fix applying patches.
libunique.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libunique.spec b/libunique.spec
index 285d917..5f66bd4 100644
--- a/libunique.spec
+++ b/libunique.spec
@@ -92,11 +92,11 @@ Dokumentacja API biblioteki unique.
%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
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libunique.git/commitdiff/d377cb543fc969fd5e5518b69602cde7e9e57a71
More information about the pld-cvs-commit
mailing list