[packages/speakfreely] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:04:34 CEST 2025
commit 0dd629e26b8cac2ae74442e630e6be8c785acb74
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:04:18 2025 +0200
Fix applying patches.
speakfreely.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/speakfreely.spec b/speakfreely.spec
index e1b8562..86fc0f9 100644
--- a/speakfreely.spec
+++ b/speakfreely.spec
@@ -72,10 +72,10 @@ Ten pakiet zawiera oparty o Tk graficzny interfejs do Speak Freely.
%prep
%setup -q -n speak_freely-%{ver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/speakfreely.git/commitdiff/0dd629e26b8cac2ae74442e630e6be8c785acb74
More information about the pld-cvs-commit
mailing list