[packages/gcstar] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:40:34 CEST 2025
commit 6b1f6875cc4d65a156ae3a6109c165f8aad0a7dc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:40:18 2025 +0200
Fix applying patches.
gcstar.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gcstar.spec b/gcstar.spec
index 5a61ff1..a7e5aaf 100644
--- a/gcstar.spec
+++ b/gcstar.spec
@@ -75,12 +75,12 @@ Aktualnie wspiera kolekcje:
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%undos lib/gcstar/GCStats.pm
-%patch4 -p1
+%patch -P4 -p1
#rm BOM from files - it can confuse perl.prov
find -type f -name '*.pm' | xargs sed -i 's/^\xef\xbb\xbf//'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gcstar.git/commitdiff/6b1f6875cc4d65a156ae3a6109c165f8aad0a7dc
More information about the pld-cvs-commit
mailing list