diff --git a/lapack.spec b/lapack.spec index 010581b938b4ae0b8f50ab32c41758b70622aba9..b63523f8a8f909c47dece96cc7a384bad7904716 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.