AMD is dual-licensed (LGPLv2+ or BSD)
This commit is contained in:
parent
89a371c2d4
commit
c30bd4f814
@ -16,7 +16,7 @@ Release: 1%{?dist}
|
||||
Summary: A collection of sparse matrix libraries
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+ and GPLv2+
|
||||
License: (LGPLv2+ or BSD) and LGPLv2+ and GPLv2+
|
||||
URL: http://faculty.cse.tamu.edu/davis/suitesparse.html
|
||||
Source0: http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-%{version}.tar.gz
|
||||
|
||||
@ -161,7 +161,7 @@ pushd AMD
|
||||
cp -p ../AMD/Lib/*.a ./
|
||||
popd
|
||||
cp -p Include/*.h ../Include
|
||||
cp -p README.txt Doc/License.txt Doc/ChangeLog Doc/*.pdf ../Doc/AMD
|
||||
cp -p README.txt Doc/License.txt Doc/lesser.txt Doc/ChangeLog Doc/*.pdf ../Doc/AMD
|
||||
popd
|
||||
|
||||
pushd BTF
|
||||
@ -433,6 +433,9 @@ hardlink -cv Docs/ Licenses/
|
||||
%doc Doc/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2015 Nils Philippsen <nils@redhat.com>
|
||||
- AMD is dual-licensed (LGPLv2+ or BSD)
|
||||
|
||||
* Wed Aug 26 2015 Nils Philippsen <nils@redhat.com> - 4.4.5-1
|
||||
- version 4.4.5
|
||||
- use %%license for licenses
|
||||
|
||||
Loading…
Reference in New Issue
Block a user