[packages/dstreamserv] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:20:42 CEST 2025
commit 7b93294d079963a442858df5495abf181b6d5ada
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:20:26 2025 +0200
Fix applying patches.
dstreamserv.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/dstreamserv.spec b/dstreamserv.spec
index 193f04d..780f2d5 100644
--- a/dstreamserv.spec
+++ b/dstreamserv.spec
@@ -57,10 +57,10 @@ Przykładowe pliki do Darwin Streaming Servera.
%prep
%setup -q -n DSS-v%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
export CC="%{__cxx}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dstreamserv.git/commitdiff/7b93294d079963a442858df5495abf181b6d5ada
More information about the pld-cvs-commit
mailing list