[packages/synce-kde] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:13 CEST 2025
commit c66af01bac0b3c342a19e22eda25ffce35333075
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:11:57 2025 +0200
Fix applying patches.
synce-kde.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/synce-kde.spec b/synce-kde.spec
index 7a19ab6..3817624 100644
--- a/synce-kde.spec
+++ b/synce-kde.spec
@@ -82,12 +82,12 @@ Synchronizacja AvantGo dla KDE.
%prep
%setup -q -n %{name}
#%patch100 -p1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
#%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
cp -f /usr/share/automake/config.sub admin
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/synce-kde.git/commitdiff/c66af01bac0b3c342a19e22eda25ffce35333075
More information about the pld-cvs-commit
mailing list