summaryrefslogtreecommitdiff
path: root/git.spec.in
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-12 21:42:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-12 21:42:12 (GMT)
commitc49d3c8a88916554c5db838c0346b6cf05d60104 (patch)
tree47c1698c0fdda6b184e0fe3a8b135b413e67d3a8 /git.spec.in
parent50b3555c48db08a4b4e8fe047a4fb550bdca75c5 (diff)
downloadgit-c49d3c8a88916554c5db838c0346b6cf05d60104.zip
git-c49d3c8a88916554c5db838c0346b6cf05d60104.tar.gz
git-c49d3c8a88916554c5db838c0346b6cf05d60104.tar.bz2
git.spec.in: remove python_path
We do not depend on python nor customize scripts for it anymore. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r--git.spec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/git.spec.in b/git.spec.in
index bdb293d..d94bf6a 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -1,7 +1,5 @@
# 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}
@@ -98,7 +96,6 @@ rm -rf $RPM_BUILD_ROOT
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 {} ';'