Skip to content
obriencj edited this page Jun 15, 2012 · 7 revisions

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.

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

See here for a valid list of tags for this project.

Clone this wiki locally