Add debug package,strip binary file

Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit f6a12484d22d6b15a5b67a5f3a18d24aa77e7815)
This commit is contained in:
cherry530 2022-12-05 10:24:34 +08:00 committed by openeuler-sync-bot
parent 31144ed37b
commit ed82bc9719

View File

@ -1,11 +1,10 @@
%global debug_package %{nil}
%global shortver 3
%global mediumver %{shortver}.10
Name: lapack
Version: %{mediumver}.0
Release: 4
Release: 5
Summary: The LAPACK libraries for numerical linear algebra.
License: BSD
URL: http://www.netlib.org/lapack/
@ -208,6 +207,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack
%endif
%changelog
* Mon Dec 05 2022 xu_ping <xuping33@h-partners.com> - 3.10.0-5
- Strip binary files.
* Tue Sep 20 2022 Wenyu Liu <liuwenyu7@huawei.com> - 3.10.0-4
- Add the FS compiler options for gcc.