From 17f89accf45d5049e2f5e5cdf395f9419ddc2d12 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 8 Dec 2022 16:29:13 +0800 Subject: [PATCH] Remove the debugging information of extLib.cmxs Signed-off-by: cherry530 --- ocaml-extlib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-extlib.spec b/ocaml-extlib.spec index 7b755c3..a255e80 100644 --- a/ocaml-extlib.spec +++ b/ocaml-extlib.spec @@ -2,7 +2,7 @@ Name: ocaml-extlib Version: 1.7.8 -Release: 1 +Release: 2 Summary: A set of additional useful functions and modules for OCaml License: LGPLv2+ with exceptions URL: https://github.com/ygrek/ocaml-extlib @@ -38,6 +38,7 @@ make build -j1 export DESTDIR=$RPM_BUILD_ROOT OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml install -d $OCAMLFIND_DESTDIR/stublibs %make_install +strip %{buildroot}/%{_libdir}/ocaml/extlib/extLib.cmxs %files %doc README.md @@ -49,6 +50,9 @@ install -d $OCAMLFIND_DESTDIR/stublibs %{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli} %changelog +* Thu Dec 08 2022 xu_ping - 1.7.8-2 +- Remove the debugging information of extLib.cmxs + * Fri Apr 15 2022 yaoxin - 1.7.8-1 - Upgrade ocaml-extlib to 1.7.8