# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344602455 -7200 # Node ID 11b64eba18d72b2ae42a8690211c3f9581967890 # Parent 827ba617ed8c79fdbab8ddb3975289634925e9f3 Correct flawed buildconf detection of install(1) and use parallel make. diff -r 827ba617ed8c -r 11b64eba18d7 git/git.spec --- a/git/git.spec Fri Aug 10 14:40:03 2012 +0200 +++ b/git/git.spec Fri Aug 10 14:40:55 2012 +0200 @@ -40,7 +40,7 @@ Group: SCM License: GPL Version: %{V_git} -Release: 20120731 +Release: 20120800 # package options %option with_doc no @@ -178,7 +178,7 @@ --without-python \ --without-tcltk \ --disable-pthreads - %{l_make} %{l_mflags} + %{l_make} %{l_mflags -O} %if "%{with_doc}" == "yes" ( cd Documentation %{l_make} %{l_mflags} man @@ -231,6 +231,7 @@ # install GIT core ( cd git-%{V_git} %{l_make} %{l_mflags} install \ + INSTALL="%{l_shtool} install -c" \ DESTDIR=$RPM_BUILD_ROOT %if "%{with_doc}" == "yes" ( cd Documentation