We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some notes from building RPMs.
Spec files are built automatically for each release.
copy tarballs and spec files to /vagrant/ cp packaging/${package}.spec /vagrant/ cp ${package}-${version}.tar.gz /vagrant/
cp /vagrant/tarball.tar.gz /root/rpmbuild/SOURCES/ rpmbuild -vvv -ba ${package}.spec
cp /root/rpmbuild/RPMS/x86_64/${package}-${version}-1.fc18.x86_64.rpm /vagrant/
then upload to github.