!7 去除extLib.cmxs 的调测信息

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-12-08 09:17:21 +00:00 committed by Gitee
commit 76f7412ea0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: ocaml-extlib Name: ocaml-extlib
Version: 1.7.8 Version: 1.7.8
Release: 1 Release: 2
Summary: A set of additional useful functions and modules for OCaml Summary: A set of additional useful functions and modules for OCaml
License: LGPLv2+ with exceptions License: LGPLv2+ with exceptions
URL: https://github.com/ygrek/ocaml-extlib 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 export DESTDIR=$RPM_BUILD_ROOT OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
install -d $OCAMLFIND_DESTDIR/stublibs install -d $OCAMLFIND_DESTDIR/stublibs
%make_install %make_install
strip %{buildroot}/%{_libdir}/ocaml/extlib/extLib.cmxs
%files %files
%doc README.md %doc README.md
@ -49,6 +50,9 @@ install -d $OCAMLFIND_DESTDIR/stublibs
%{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli} %{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli}
%changelog %changelog
* Thu Dec 08 2022 xu_ping <xuping33@h-partners.com> - 1.7.8-2
- Remove the debugging information of extLib.cmxs
* Fri Apr 15 2022 yaoxin <yaoxin30@h-partners.com> - 1.7.8-1 * Fri Apr 15 2022 yaoxin <yaoxin30@h-partners.com> - 1.7.8-1
- Upgrade ocaml-extlib to 1.7.8 - Upgrade ocaml-extlib to 1.7.8