[packages/papi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:51:24 CEST 2025
commit 625d1362cfa0a4b184c9699dea8150dfb3573a35
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:51:08 2025 +0200
Fix applying patches.
papi.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/papi.spec b/papi.spec
index 8db76d4..bfae44c 100644
--- a/papi.spec
+++ b/papi.spec
@@ -102,11 +102,11 @@ Statyczne Biblioteki Free Standards Group Open Printing API.
%prep
%setup -q -n %{name}-%{version}_%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/papi.git/commitdiff/625d1362cfa0a4b184c9699dea8150dfb3573a35
More information about the pld-cvs-commit
mailing list