From 89e7be28da465f502c6ef7fae3460a8d732747e9 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jul 21 2023 21:28:55 +0000 Subject: Remove `%undefine _package_note_flags` from OCaml examples --- diff --git a/guidelines/modules/ROOT/examples/ocaml-dune-example.spec b/guidelines/modules/ROOT/examples/ocaml-dune-example.spec index 79ec39e..17c9cdf 100644 --- a/guidelines/modules/ROOT/examples/ocaml-dune-example.spec +++ b/guidelines/modules/ROOT/examples/ocaml-dune-example.spec @@ -1,5 +1,3 @@ -%undefine _package_note_flags - %ifnarch %{ocaml_native_compiler} %global debug_package %{nil} %endif diff --git a/guidelines/modules/ROOT/examples/ocaml-example.spec b/guidelines/modules/ROOT/examples/ocaml-example.spec index 02591d8..5167b9f 100644 --- a/guidelines/modules/ROOT/examples/ocaml-example.spec +++ b/guidelines/modules/ROOT/examples/ocaml-example.spec @@ -1,5 +1,3 @@ -%undefine _package_note_flags - %ifnarch %{ocaml_native_compiler} %global debug_package %{nil} %endif diff --git a/guidelines/modules/ROOT/examples/ocaml-topkg-example.spec b/guidelines/modules/ROOT/examples/ocaml-topkg-example.spec index 7d5d969..4365de2 100644 --- a/guidelines/modules/ROOT/examples/ocaml-topkg-example.spec +++ b/guidelines/modules/ROOT/examples/ocaml-topkg-example.spec @@ -1,5 +1,3 @@ -%undefine _package_note_flags - %ifnarch %{ocaml_native_compiler} %global debug_package %{nil} %endif