From 20206860c2bc193c0cee3916c83e2d865ce74fb882e43814e46be19d5ef12089 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 4 Oct 2019 15:20:46 +0000 Subject: [PATCH] do not expand rpm license string OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=15 --- ocaml-rpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index 7316313..249e4da 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -100,7 +100,7 @@ tee %{buildroot}%{_rpmmacrodir}/macros.%{name} <<'_EOF_' LICENSE.txt \\\ ;\ do\ - test -f "$i" && echo "%%license $i" >> %%{name}.files ;\ + test -f "$i" && echo "%%%%license $i" >> %%{name}.files ;\ done ;\ find %%{buildroot}$(ocamlc -where) | sed -ne '\ s@^%%{buildroot}@@\