https://bugzilla.redhat.com/show_bug.cgi?id=1128366
--- Comment #3 from Christopher Meng i@cicku.me --- 1. 1.4.55(japanese version page) is out.
2. Can't "make check" work?
3. I'm not sure if --enable-longlong is needed on 64 bits arch, you'd better drop an email to the upstream.
4. WRONG:
%package doc Summary: Developer documentation for lis Group: Documentation Requires: %{name}%{?_isa} = %{version}-%{release}
%description doc Lis, a Library of Iterative Solvers for linear systems, is a scalable parallel library for solving systems of linear equations and standard eigenvalue problems with real sparse matrices using iterative methods.
This package contains the developer documentation for lis.
i. No BuildArch: noarch
ii. Requires: %{name}%{?_isa} = %{version}-%{release}
When you fix i, drop the %_isa macro.