Commit Graph

7 Commits

Author SHA1 Message Date
Bruno Wolff III cb29cc9c18 Add a make publish function 2013-06-29 13:53:08 -05:00
Bruno Wolff III a74dac72d4 Use a git hash for the version if HEAD isn't tagged 2013-06-29 13:44:27 -05:00
Bruno Wolff III 233dc11b5e Add a dist-clean function for a fuller clean up 2013-06-29 12:47:10 -05:00
Bruno Wolff III 1ecb6e9f61 The prefix should end with a / 2013-06-29 12:43:28 -05:00
Bruno Wolff III 1565631961 Have make use tags to name tar ball 2013-06-29 12:42:13 -05:00
Bruno Wolff III ad3a0c5f57 Fix up the Makefile
Some more changes are needed, but at least get the simplified
version working.
2013-06-29 12:22:55 -05:00
Bruno Wolff III 1552a05e2c Switch from using auto tools to just building a new tarball
The previous system required making commits in order to do a new
build. This caused problems because we were using the git repo
directly for fedora builds and we couldn't use that exact version
when building matching packages because of needing to make new
commits in order to do the build.

Having the spec file in here also was unnecessary. It is easy to
just maintain the spec file in the Fedora package.

I still want to do a bit more future work with this to pick up
the version from a git tag.
2013-06-29 12:15:15 -05:00