Skip to content
Christopher O'Brien edited this page May 24, 2013 · 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 a tarball and build it into an RPM.

For example to create a package from v1.3

$ git archive v1.3 --prefix=python-javatools-1.3/ --format tar.gz -o python-javatools-1.3.tar.gz $ rpmbuild -tb python-javatools-1.3.tar.gz

I've also made tarballs available on the downloads page for this project.

Note that this project makes use of Cheetah templates, and will compile them at build time. This means that python-cheetah is a requirement for building and installing the RPM.

Clone this wiki locally