Skip to content

fix spec file packaging

Adam Mercer requested to merge packaging-fix into master

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.

Merge request reports