[packages/barcode] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:45:50 CEST 2025
commit 2b093ef1e0dffefd0f2e3b4cc4792544d7745fde
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:45:34 2025 +0200
Fix applying patches.
barcode.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/barcode.spec b/barcode.spec
index 4702cd3..b6f8547 100644
--- a/barcode.spec
+++ b/barcode.spec
@@ -80,9 +80,9 @@ Biblioteka statyczna GNU barcode.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/barcode.git/commitdiff/2b093ef1e0dffefd0f2e3b4cc4792544d7745fde
More information about the pld-cvs-commit
mailing list