Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-04 | Add spec file for rpm generation | Jin^eLD | |
The spec file gets processed by configure, the version will be filled in automatically. To generate an rpm make sure to install rpm-build, then "configure" as you would usually do, run "make dist", then process the generated tarball with rpmbuild: rpmbuild -tb tox-0.0.0.tar.gz Tested on Fedora 22. |