We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you'd like to build an RPM from a tag in this git repo, you may do so by using git archive and rpmbuild to extract and build the RPM.
git archive
rpmbuild
For example to create a package from v1.2
$ git archive v1.2 --prefix=python-javaclass-1.2/ --format tar.gz -o python-javaclass-1.2.tar.gz $ rpmbuild -tb python-javaclass-1.2.tar.gz
$ git archive v1.2 --prefix=python-javaclass-1.2/ --format tar.gz -o python-javaclass-1.2.tar.gz
$ rpmbuild -tb python-javaclass-1.2.tar.gz
See here for a valid list of tags for this project.