aboutsummaryrefslogtreecommitdiff
path: root/git-core.spec.in
Commit message (Collapse)AuthorAge
* Adjust binary packaging to dest=>DESTDIR change.Junio C Hamano2005-08-12
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Make tools/ directory first-class citizen.Junio C Hamano2005-08-12
| | | | | | | | Tools directory being separate is just a historical coincidence. Build and install together with the main directory, just like the clean target does. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Change RPM dependency from Prereq to Requires.Junio C Hamano2005-08-08
| | | | | | | | | Sergey Vlasov says we do not pre-require (i.e. required packages during installation) the dependencies, and should use Requires instead of Prereq. Knowing nothing about RPM, I just believe him. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] RPM spec updates.Horst von Brand2005-08-07
| | | | | | Fix description and clean up the spec file. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Fix RPM build that omitted templates and tools.Junio C Hamano2005-08-06
| | | | | | | Many many thanks go to Chris Wright and H. Peter Anvin whose help were essential to get me going this build. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 0.99.4 (release candidate)Junio C Hamano2005-08-06
| | | | | | | | | | | | | This is my first attempt to adjust Debian and RPM to pass prefix, to prepare the 0.99.4 release. It updates debian/rules and git-core.spec.in to properly pass prefix when building binary packages. It also updates debian/changelog to make the resulting binary package name 0.99.4; this is not needed on the RPM side (it takes the version number from the main Makefile). Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Update the spec file so it can build and install the documentationEric W. Biederman2005-07-15
| | | | | | | | | If you don't want the documentation simply build with make RPMBUILD="rpmbuild --without docs" Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Rename the RPM from "git" to "git-core"Linus Torvalds2005-07-12
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).