summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50b3555)
raw | patch | inline | side by side (parent: 50b3555)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Dec 2007 21:42:12 +0000 (13:42 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Dec 2007 21:42:12 +0000 (13:42 -0800) |
We do not depend on python nor customize scripts for it anymore.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in | patch | blob | history |
diff --git a/git.spec.in b/git.spec.in
index bdb293d990952a0e4604599b82fced4cbffedf38..d94bf6ad9ea391b6633bd2a36820957a20cc683d 100644 (file)
--- a/git.spec.in
+++ b/git.spec.in
# Pass --without docs to rpmbuild if you don't want the documentation
-%define python_path /usr/bin/python
-
Name: git
Version: @@VERSION@@
Release: 1%{?dist}
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
prefix=%{_prefix} mandir=%{_mandir} \
ETC_GITCONFIG=/etc/gitconfig \
- PYTHON_PATH=%{python_path} \
INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'