From 4d6eb48c75c876e6419dce66f973ef03af74791f Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:51:30 +0800 Subject: [PATCH] License compliance rectification --- lapack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lapack.spec b/lapack.spec index 0098572..1688334 100644 --- a/lapack.spec +++ b/lapack.spec @@ -5,9 +5,9 @@ Name: lapack Version: %{mediumver}.0 -Release: 3 +Release: 4 Summary: The LAPACK libraries for numerical linear algebra. -License: BSD +License: BSD-3-Clause-Open-MPI URL: http://www.netlib.org/lapack/ Source0: https://github.com/Reference-LAPACK/lapack/archive/v%{version}.tar.gz Source1: http://www.netlib.org/lapack/manpages.tgz @@ -208,6 +208,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Mon May 9 2022 baizhonggui - 3.10.0-4 +- modify license identifier + * Wed Dec 15 2021 qinyu - 3.10.0-3 - fix lapack-devel build error -- Gitee