Accepting request 1061435 from science
- Build with ocaml-rpm-macros to get proper Requires and Provides for flocq-devel. This should prevent incompatibilities with other Ocaml libraries when building native objects against flocq-devel. OBS-URL: https://build.opensuse.org/request/show/1061435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flocq?expand=0&rev=4
This commit is contained in:
commit
8e260ab6a0
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 22:02:12 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Build with ocaml-rpm-macros to get proper Requires and Provides
|
||||
for flocq-devel. This should prevent incompatibilities with other
|
||||
Ocaml libraries when building native objects against flocq-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 12:56:30 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
#
|
||||
# spec file for package flocq
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020 Peter Trommler <ptrommler@icloud.com>
|
||||
# Copyright (c) 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
# Copyright (c) 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,6 +30,7 @@ Source0: https://flocq.gitlabpages.inria.fr/releases/%{name}-%{version}.t
|
||||
Source100: %{name}-rpmlintrc
|
||||
BuildRequires: coq-devel >= 8.12
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ocaml-rpm-macros
|
||||
BuildRequires: ocamlfind(findlib)
|
||||
# The binary format works only with the Coq version it was built with.
|
||||
Requires: coq = %{pkg_version coq}
|
||||
|
Loading…
Reference in New Issue
Block a user