!55 [sync] PR-54: 添加debug包,用于修复not strip 问题

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-12-08 08:22:32 +00:00 committed by Gitee
commit 210bf12492
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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.