[packages/ApacheJServ] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:35:27 CEST 2025


commit b5dc5ca9effa8192f66f90b76b06b7e53655935d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:35:11 2025 +0200

    Fix applying patches.

 ApacheJServ.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ApacheJServ.spec b/ApacheJServ.spec
index efaa4b6..049d019 100644
--- a/ApacheJServ.spec
+++ b/ApacheJServ.spec
@@ -78,11 +78,11 @@ Moduł JServ dla Apache'a.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 # servlet-2.0 is the highest version the jserv code compiles with
 servlet_jar=$(find-jar servlet-2.0)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ApacheJServ.git/commitdiff/b5dc5ca9effa8192f66f90b76b06b7e53655935d



More information about the pld-cvs-commit mailing list