diff --git a/ocaml-rpm-macros.changes b/ocaml-rpm-macros.changes index ae28d1e..178f3fc 100644 --- a/ocaml-rpm-macros.changes +++ b/ocaml-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 09:09:09 UTC 2024 - ohering@suse.de + +- Package also *.vo and *.glob, for Coq + ------------------------------------------------------------------- Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index 7a66452..520ad23 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-rpm-macros # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ocaml-rpm-macros -Version: 20231101 +Version: 20240909 Release: 0 Summary: RPM macros for building OCaml source packages License: GPL-2.0-only @@ -330,6 +330,14 @@ tee %buildroot%_rpmmacrodir/macros.%name <<'_EOF_' /\\/[^/]+\\.v$/{\ files_devel($0)\ }\ + # Some Coq files\ + /\\/[^/]+\\.vo$/{\ + files_devel($0)\ + }\ + # Some Coq files\ + /\\/[^/]+\\.glob$/{\ + files_devel($0)\ + }\ #\ # record unknown paths\ files_unhandled($0)\