Hi,

I try to build a package from gtihub, it seems that git repo name must be the same that package name in spec file?
Looking this build:
https://copr.fedorainfracloud.org/coprs/ajeandet/SciQLop/build/559025/
Looking the log here:
http://copr-dist-git.fedorainfracloud.org/per-task-logs/559025-f25.log
I tried on my desktop, I had to replace the following options:
package=vera by package=vera++
and
git_get=git clone --depth 1 https://github.com/jeandet/vera.git vera by git_get=git clone --depth 1 https://github.com/jeandet/vera.git vera++

Did I miss something? On github, it seems that I can't call my repo vera++, how can I override previous options?

Best regards,
Alexis.