[packages/ocaml-augeas] - use patch -P, use arm macro

qboosh qboosh at pld-linux.org
Wed Jul 23 18:37:32 CEST 2025


commit e22fad28bea52f60f6fdd7f9194bddf26eebd942
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jul 23 18:39:15 2025 +0200

    - use patch -P, use arm macro

 ocaml-augeas.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-augeas.spec b/ocaml-augeas.spec
index eb190ff..c734204 100644
--- a/ocaml-augeas.spec
+++ b/ocaml-augeas.spec
@@ -3,7 +3,7 @@
 # Conditional build:
 %bcond_without	ocaml_opt	# skip building native optimized binaries (bytecode is always built)
 
-%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine	with_ocaml_opt
 %endif
 Summary:	Augeas binding for OCaml
@@ -52,7 +52,7 @@ biblioteki augeas.
 
 %prep
 %setup -q
-%{!?with_ocaml_opt:%patch0 -p1}
+%{!?with_ocaml_opt:%patch -P0 -p1}
 %patch -P1 -p1
 
 %build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-augeas.git/commitdiff/e22fad28bea52f60f6fdd7f9194bddf26eebd942



More information about the pld-cvs-commit mailing list