Olaf Hering 2021-04-14 14:52:25 +00:00 committed by Git OBS Bridge
parent 8e3c27fb93
commit 02bc532d73
2 changed files with 3 additions and 6 deletions

View File

@ -0,0 +1 @@
addFilter("* lto-no-text-in-archive")

View File

@ -16,7 +16,6 @@
#
%global _buildshell /bin/bash
%define _lto_cflags %{nil}
Name: ocaml-stdcompat
Version: 15
@ -27,6 +26,7 @@ License: BSD-2-Clause
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/stdcompat
Source0: %{name}-%{version}.tar.xz
Source1: %{name}-rpmlintrc
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bash
@ -50,10 +50,6 @@ developing applications that use %{name}.
%autosetup -p1
%build
values=( `ocamlc.opt -config-var native_c_compiler` )
export CC="${values[0]}"
unset values[0]
export CFLAGS="${values[@]}"
%make_build -f Makefile.bootstrap
%configure \
--libdir=%{ocaml_standard_library}
@ -61,7 +57,7 @@ export CFLAGS="${values[@]}"
%install
%make_install
find %{buildroot} -type f -exec chmod -v 644 {} \;
find %{buildroot} -type f -exec chmod -v 644 '{}' +
%ocaml_create_file_list
%files -f %{name}.files