[packages/mp4v2] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:24:41 CEST 2025


commit 63f580f425dc7ca0390dff7e879675562ffe1c44
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:24:26 2025 +0200

    Fix applying patches.

 mp4v2.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mp4v2.spec b/mp4v2.spec
index 486cb42..70a696c 100644
--- a/mp4v2.spec
+++ b/mp4v2.spec
@@ -76,10 +76,10 @@ Ten pakiet zawiera statyczną wersję biblioteki MP4v2.
 
 %prep
 %setup -q -n %{name}-Release-MP4v2-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 # "txt" build fails without this directory
 mkdir -p doc/articles/txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mp4v2.git/commitdiff/63f580f425dc7ca0390dff7e879675562ffe1c44



More information about the pld-cvs-commit mailing list