fix spec file packaging
source was being extracted to %{name}-%{version}/%{name}-%{version}
instead of just %{name}-%{version}
which complicated applying patches in
packaging. extract the source to just %{name}-${version}
and update the
build rules as appropriate.