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.
This commit is contained in:
Bruno Wolff III
2013-06-29 12:15:15 -05:00
parent 3eacd1cee9
commit 1552a05e2c
10 changed files with 3 additions and 1614 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
clean: rm -f spin-kickstarts.tar.gz
dist: git archive --format=tar --prefix=spin-kickstarts | gzip > spin-kickstarts.tar.gz