Infrastructure for tig rpm builds
authorJakub Narebski <jnareb@gmail.com>
Thu, 31 May 2007 09:20:05 +0000 (11:20 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 31 May 2007 09:20:05 +0000 (11:20 +0200)
commit8cdf56913e7e486bb3f527c24ee4a4d19f2a4f61
tree36efcc39b63730276996679f04711805b967e8ea
parent737856053db9065ab83e348b4885c479381845d2
Infrastructure for tig rpm builds

Adds RPM_VERSION to Makefile and new make targets: tig.spec, dist, and
rpm. A simple 'make rpm' will build the rpm. Also adds tig.spec.in
which is used to generate tig.spec.

Accidentally VERSION (and adding -DVERSION=$(VERSION) to CFLAGS) is
now defined always, even if we do not compile from the "live" tig
repository.

Minimally tested (meaning "make rpm" from tig repository works).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
.gitignore
Makefile
tig.spec.in [new file with mode: 0644]