summaryrefslogtreecommitdiff
path: root/git.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2005-11-16GIT 0.99.9j aka 1.0rc3Libravatar Junio C Hamano1-0/+188
Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-07-12Rename the RPM from "git" to "git-core"Libravatar Linus Torvalds1-42/+0
That way we avoid any confusion with "GNU Interactive Tools", and it's more descriptive anyway (the rpm documentation talks about how git is split into a "core" part and an "SCM" part, this makes it clear that this is the core one).
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeLibravatar Chris Wright1-0/+42
targets: git.spec, dist, and rpm. A simple 'make rpm' will build the rpm. Also adds git.spec.in which is used to generate git.spec. Signed-off-by: Chris Wright <chrisw@osdl.org>