From ed82bc97194e0343c06090576ed42f4b2ee8f795 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 5 Dec 2022 10:24:34 +0800 Subject: [PATCH] Add debug package,strip binary file Signed-off-by: cherry530 (cherry picked from commit f6a12484d22d6b15a5b67a5f3a18d24aa77e7815) --- lapack.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lapack.spec b/lapack.spec index e052ce7..010581b 100644 --- a/lapack.spec +++ b/lapack.spec @@ -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 - 3.10.0-5 +- Strip binary files. + * Tue Sep 20 2022 Wenyu Liu - 3.10.0-4 - Add the FS compiler options for gcc. -- Gitee