Accepting request 1201435 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1201435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-rpm-macros?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-09-18 13:26:51 +00:00 committed by Git OBS Bridge
commit ec53aa3f77
2 changed files with 15 additions and 2 deletions

View File

@ -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 <aaronpuchert@alice-dsl.net> Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocaml-rpm-macros # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ocaml-rpm-macros Name: ocaml-rpm-macros
Version: 20231101 Version: 20240909
Release: 0 Release: 0
Summary: RPM macros for building OCaml source packages Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only License: GPL-2.0-only
@ -330,6 +330,14 @@ tee %buildroot%_rpmmacrodir/macros.%name <<'_EOF_'
/\\/[^/]+\\.v$/{\ /\\/[^/]+\\.v$/{\
files_devel($0)\ files_devel($0)\
}\ }\
# Some Coq files\
/\\/[^/]+\\.vo$/{\
files_devel($0)\
}\
# Some Coq files\
/\\/[^/]+\\.glob$/{\
files_devel($0)\
}\
#\ #\
# record unknown paths\ # record unknown paths\
files_unhandled($0)\ files_unhandled($0)\