cicku pushed to git-cola (f21). "Remove redundant PYTHON option from make doc invocation. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 01:17:36 UTC 2015


>From 41d3e216ab9dcbf3bba533a4257e9b2dcc90ceb5 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date: Mon, 15 Dec 2014 04:27:07 +0100
Subject: Remove redundant PYTHON option from make doc invocation.

Already included in %{makeopts}.

diff --git a/git-cola.spec b/git-cola.spec
index 39d1f0f..93e1066 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -52,7 +52,7 @@ find . -type f -exec sh -c "head {} -n 1 | grep ^#\!\ \*/usr/bin/env\ python >/d
 %build
 %global makeopts PYTHON="%{__python}" %{?sphinxbuild:SPHINXBUILD="%{sphinxbuild}"}
 make %{?_smp_mflags} %{makeopts}
-make PYTHON="%{__python}" %{makeopts} doc
+make %{makeopts} doc
 
 %install
 make DESTDIR=%{buildroot} prefix=%{_prefix} %{makeopts} install
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/git-cola.git/commit/?h=f21&id=41d3e216ab9dcbf3bba533a4257e9b2dcc90ceb5


More information about the scm-commits mailing list