!12 Fix source0

Merge pull request !12 from alan/master
This commit is contained in:
openeuler-ci-bot 2020-09-09 15:03:48 +08:00 committed by Gitee
commit 68113408cb
2 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,11 @@
Name: lapack Name: lapack
Version: %{mediumver}.0 Version: %{mediumver}.0
Release: 1 Release: 2
Summary: The LAPACK libraries for numerical linear algebra. Summary: The LAPACK libraries for numerical linear algebra.
License: BSD License: BSD
URL: http://www.netlib.org/lapack/ 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 Source1: http://www.netlib.org/lapack/manpages.tgz
BuildRequires: git gcc-gfortran BuildRequires: git gcc-gfortran
@ -204,6 +204,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack
%endif %endif
%changelog %changelog
* Wed Sep 09 2020 liuweibo <liuweibo10@huawei.com> - 3.9.0-2
- fix source0
* Sat Aug 08 2020 xinghe <xinghe1@huawei.com> - 3.9.0-1 * Sat Aug 08 2020 xinghe <xinghe1@huawei.com> - 3.9.0-1
- update verion to 3.9.0 - update verion to 3.9.0