From 09441b0b47760f73dc5144bb47fdc37094522071 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Mon, 2 Aug 2021 10:13:43 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git (cherry picked from commit 87063b947374cae3f3045beefb7c6e25fd52837a) --- lapack.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lapack.spec b/lapack.spec index 7ae05b0..42756c9 100644 --- a/lapack.spec +++ b/lapack.spec @@ -5,14 +5,14 @@ Name: lapack Version: %{mediumver}.0 -Release: 3 +Release: 4 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 -BuildRequires: git gcc-gfortran +BuildRequires: gcc-gfortran Provides: blas = %{version}-%{release} Obsoletes: blas < %{version}-%{release} @@ -52,7 +52,7 @@ The %{name}-help package conatins man manual etc %prep -%autosetup -a 0 -a 1 -p1 -Sgit +%autosetup -a 0 -a 1 -p1 cp -f make.inc.example make.inc sed -i "s|librefblas.a|libblas.a|g" make.inc @@ -205,6 +205,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Mon Aug 02 2021 chenyanpanHW - .0-4 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Thu Mar 18 2021 maminjie - 3.9.0-3 - Fix the position of CFLAGS added -- Gitee