[packages/openh323] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:13 CEST 2025
commit 0b9a68ea64a30a82154addc3adb100e5db4de716
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:43:57 2025 +0200
Fix applying patches.
openh323.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/openh323.spec b/openh323.spec
index 79892b9..f76e79b 100644
--- a/openh323.spec
+++ b/openh323.spec
@@ -86,19 +86,19 @@ Biblioteki statyczne OpenH323.
%prep
%setup -q -n %{name}_v%{fver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%if "%{_lib}" == "lib64"
-%patch6 -p1
+%patch -P6 -p1
sed -i -e 's#/lib#/lib64#g' openh323u.mak.in
%endif
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
%build
export OPENH323DIR=${PWD:-$(pwd)}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openh323.git/commitdiff/0b9a68ea64a30a82154addc3adb100e5db4de716
More information about the pld-cvs-commit
mailing list