From d0b872c170f83b8f63a851a37a30c9d9b50648d0 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 14:30:38 +0800 Subject: [PATCH] add help for Recommends --- lapack.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lapack.spec b/lapack.spec index a4ebb35..854713b 100644 --- a/lapack.spec +++ b/lapack.spec @@ -5,13 +5,14 @@ Name: lapack Version: %{mediumver}.0 -Release: 2 +Release: 3 Summary: The LAPACK libraries for numerical linear algebra. License: BSD 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 +Recommends: %{name}-help = %{version}-%{release} BuildRequires: git gcc-gfortran Provides: blas = %{version}-%{release} Obsoletes: blas < %{version}-%{release} @@ -204,6 +205,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Thu Nov 12 2020 xinghe - 3.9.0-3 +- add help for Recommends + * Thu Sep 17 2020 liuweibo - 3.9.0-2 - Fix Source0 -- Gitee