[packages/ical] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:11:35 CEST 2025
commit 29cdbc1fb77966b618217c5198ac5a24e56c3970
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:11:19 2025 +0200
Fix applying patches.
ical.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/ical.spec b/ical.spec
index 87e1fbe..cb5fe68 100644
--- a/ical.spec
+++ b/ical.spec
@@ -43,15 +43,15 @@ dzielić kalendarze pomiędzy różnymi użytkownikami.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%{__perl} -pi -e 's@/lib(.*T.*_LIB_FILE)@/%{_lib}$1@' configure.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ical.git/commitdiff/29cdbc1fb77966b618217c5198ac5a24e56c3970
More information about the pld-cvs-commit
mailing list