https://bugzilla.redhat.com/show_bug.cgi?id=1701995
--- Comment #1 from Richard Shaw hobbes1069@gmail.com --- Quick spec review...
1. Should the Requires in the -devel package be 32/64 bit dependent?
Requires: %{name} = %{version}-%{release} to Requires: %{name}%{?_isa} = %{version}-%{release}
2. Use newer setup macro in %prep?
%autosetup -c %{name}-%{version}
3. %make_build in %build?
Nothing earth shattering obviously...