Release: 0
# ==========================================================
-License: GPL2.0+ AND LGPL2.1+
+License: BSD 3-clause AND GPL2.0+ AND LGPL2.1+
# ==========================================================
Group: Development/Libraries/C and C++
Requires: lapack
%description
-%{name} version %{version}
+A suite of sparse matrix algorithms
%package devel
Summary: A collection of sparse matrix libraries
# how to actually build the software we are packaging
# ==========================================================
%build
-%{make_build} library
+%{make_build} library BLAS=-lblas
# ==========================================================