From b168d082e2cc477b0d0a21d2de1266c3da14177e Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Wed, 9 Sep 2020 14:44:25 +0800 Subject: [PATCH] Fix source0 and Remove old source package --- lapack.spec | 7 +++++-- lapack-3.9.0.tar.gz => v3.9.0.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename lapack-3.9.0.tar.gz => v3.9.0.tar.gz (100%) diff --git a/lapack.spec b/lapack.spec index d6139d1..05fdecb 100644 --- a/lapack.spec +++ b/lapack.spec @@ -5,11 +5,11 @@ Name: lapack Version: %{mediumver}.0 -Release: 1 +Release: 2 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ -Source0: https://github.com/Reference-LAPACK/lapack/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/Reference-LAPACK/lapack/archive/v%{version}.tar.gz Source1: http://www.netlib.org/lapack/manpages.tgz BuildRequires: git gcc-gfortran @@ -204,6 +204,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Wed Sep 09 2020 liuweibo - 3.9.0-2 +- fix source0 + * Sat Aug 08 2020 xinghe - 3.9.0-1 - update verion to 3.9.0 diff --git a/lapack-3.9.0.tar.gz b/v3.9.0.tar.gz similarity index 100% rename from lapack-3.9.0.tar.gz rename to v3.9.0.tar.gz -- Gitee