trip extLib.cmxs

Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit 9e4b26617e8001bb706a92874078e47e5769740c)
This commit is contained in:
cherry530 2022-12-06 15:31:50 +08:00 committed by openeuler-sync-bot
parent d22c01ec40
commit 69f04e7199

View File

@ -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
@ -37,6 +37,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
@ -48,6 +49,9 @@ install -d $OCAMLFIND_DESTDIR/stublibs
%{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli}
%changelog
* Tue Dec 06 2022 xu_ping<xuping33@h-partners.com> - 1.7.8-2
- Remove the debugging information of extLib.cmxs
* Thu Jan 20 2022 xu_ping<xuping33@huawei.com> - 1.7.8-1
- Upgrade 1.7.8