From ac8ae23feb9084ba6502dbffacd3e55f6d9fa1d7 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:19:59 +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 010581b..b63523f 100644 --- a/lapack.spec +++ b/lapack.spec @@ -4,7 +4,7 @@ Name: lapack Version: %{mediumver}.0 -Release: 5 +Release: 6 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -46,11 +46,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 @@ -207,6 +204,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Tue Aug 20 2024 guochaofan - 3.10.0-6 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Mon Dec 05 2022 xu_ping - 3.10.0-5 - Strip binary files. -- Gitee