[packages/bopm] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:50:46 CEST 2025
commit 19d629411ffdb672d0d990d6e9782b3455c96501
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:50:31 2025 +0200
Fix applying patches.
bopm.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bopm.spec b/bopm.spec
index b822faf..b0b843e 100644
--- a/bopm.spec
+++ b/bopm.spec
@@ -119,12 +119,12 @@ Statyczna biblioteka libopm.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p0
cd src
-%patch4 -p0
+%patch -P4 -p0
# we include contrib in %doc. cleanup it
find -name CVS | xargs -r rm -rf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bopm.git/commitdiff/19d629411ffdb672d0d990d6e9782b3455c96501
More information about the pld-cvs-commit
mailing list