pkgmake 0.1.7 (Default branch) |
|
|
pkgmake automates some steps when making software
releases. It creates a copy of the development tree, optionally cleans it up a bit (i.e. removes CVS/* and .svn/*), tars it, places the tarball in the SOURCES/ directory, creates the corresponding .spec file from a provided template (and the data specified in the configuration/on the command line), and runs rpmbuild and/or debbuild.
License: GNU General Public License v2
Changes:
More placeholders for RPM/Debian specific stuff have been added, and package dependencies have been updated.
|