[packages/dgee] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:13:31 CEST 2025
commit 112cd2aa214058fc98fefca60d62924bc27b8ee1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:13:15 2025 +0200
Fix applying patches.
dgee.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/dgee.spec b/dgee.spec
index ab86a06..03157e7 100644
--- a/dgee.spec
+++ b/dgee.spec
@@ -93,12 +93,12 @@ Environment) dla Apache'a 1.3.x.
%prep
%setup -q -n %{name}-%{base_version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%{?with_i_have_checked_this_patch_works_not_just_compiles:%patch6 -p1}
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dgee.git/commitdiff/112cd2aa214058fc98fefca60d62924bc27b8ee1
More information about the pld-cvs-commit
mailing list