To manually build a Vespa RPM on CentOS 7:
- Add repo:
yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo
- Inspect vespa.spec and install all RPM's marked with BuildRequires.
- In the root of the Vespa source tree, execute :
./dist.sh <Vespa version>
- Build the RPM with :
rpmbuild -bb ~/rpmbuild/SPECS/vespa-<Vespa version>.spec
The RPM should now be available in ~/rpmbuild/RPMS.