Infrastructure for git rpm builds.  Adds GIT_VERSION to Makefile and new make
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>
2 files changed
tree: 41096f7ff81d74e3a84327b07036398ba669b1a0
  1. Documentation/
  2. mozilla-sha1/
  3. ppc/
  4. t/
  5. apply.c
  6. blob.c
  7. blob.h
  8. cache.h
  9. cat-file.c
  10. check-files.c
  11. checkout-cache.c
  12. clone-pack.c
  13. commit-tree.c
  14. commit.c
  15. commit.h
  16. connect.c
  17. convert-cache.c
  18. COPYING
  19. count-delta.c
  20. count-delta.h
  21. csum-file.c
  22. csum-file.h
  23. date.c
  24. delta.h
  25. diff-cache.c
  26. diff-delta.c
  27. diff-files.c
  28. diff-helper.c
  29. diff-stages.c
  30. diff-tree.c
  31. diff.c
  32. diff.h
  33. diffcore-break.c
  34. diffcore-order.c
  35. diffcore-pathspec.c
  36. diffcore-pickaxe.c
  37. diffcore-rename.c
  38. diffcore.h
  39. entry.c
  40. epoch.c
  41. epoch.h
  42. export.c
  43. fetch-pack.c
  44. fsck-cache.c
  45. get-tar-commit-id.c
  46. git
  47. git-add-script
  48. git-apply-patch-script
  49. git-checkout-script
  50. git-cherry
  51. git-clone-script
  52. git-commit-script
  53. git-cvsimport-script
  54. git-diff-script
  55. git-external-diff-script
  56. git-fetch-script
  57. git-log-script
  58. git-merge-one-file-script
  59. git-prune-script
  60. git-pull-script
  61. git-rebase-script
  62. git-relink-script
  63. git-repack-script
  64. git-reset-script
  65. git-resolve-script
  66. git-shortlog
  67. git-status-script
  68. git-tag-script
  69. git-verify-tag-script
  70. git-whatchanged
  71. git.spec.in
  72. gitenv.c
  73. gitk
  74. http-pull.c
  75. index.c
  76. init-db.c
  77. INSTALL
  78. local-pull.c
  79. ls-files.c
  80. ls-tree.c
  81. Makefile
  82. merge-base.c
  83. merge-cache.c
  84. mktag.c
  85. object.c
  86. object.h
  87. pack-check.c
  88. pack-objects.c
  89. pack.h
  90. patch-delta.c
  91. patch-id.c
  92. pkt-line.c
  93. pkt-line.h
  94. prune-packed.c
  95. pull.c
  96. pull.h
  97. read-cache.c
  98. read-tree.c
  99. README
  100. receive-pack.c
  101. refs.c
  102. refs.h
  103. rev-list.c
  104. rev-parse.c
  105. rev-tree.c
  106. rsh.c
  107. rsh.h
  108. send-pack.c
  109. sha1_file.c
  110. show-index.c
  111. ssh-pull.c
  112. ssh-push.c
  113. strbuf.c
  114. strbuf.h
  115. stripspace.c
  116. tag.c
  117. tag.h
  118. tar-tree.c
  119. test-date.c
  120. test-delta.c
  121. tree.c
  122. tree.h
  123. unpack-file.c
  124. unpack-objects.c
  125. update-cache.c
  126. upload-pack.c
  127. usage.c
  128. verify-pack.c
  129. write-blob.c
  130. write-tree.c