From c161b6a9a1a733fad5c4b098a779ba04435489c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 14:24:39 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- lapack.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lapack.spec b/lapack.spec index 1ab6ad1..9fea727 100644 --- a/lapack.spec +++ b/lapack.spec @@ -4,7 +4,7 @@ Name: lapack Version: %{mediumver}.0 -Release: 7 +Release: 8 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -45,11 +45,8 @@ Obsoletes: blas-static < %{version}-%{release} %description devel LAPACK development libraries (shared). -%package help -Summary: Help manual for %{name} +%package_help -%description help -The %{name}-help package conatins man manual etc %prep @@ -206,6 +203,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Tue Aug 20 2024 guochaofan - 3.9.0-8 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Nov 08 2023 yaoxin - 3.9.0-7 - Generate debuginfo to fix not stripped -- Gitee