git/git.spec

changeset 517
11b64eba18d7
parent 516
827ba617ed8c
     1.1 --- a/git/git.spec	Fri Aug 10 14:40:03 2012 +0200
     1.2 +++ b/git/git.spec	Fri Aug 10 14:40:55 2012 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4  Group:        SCM
     1.5  License:      GPL
     1.6  Version:      %{V_git}
     1.7 -Release:      20120731
     1.8 +Release:      20120800
     1.9  
    1.10  #   package options
    1.11  %option       with_doc     no
    1.12 @@ -178,7 +178,7 @@
    1.13            --without-python \
    1.14            --without-tcltk \
    1.15            --disable-pthreads
    1.16 -      %{l_make} %{l_mflags}
    1.17 +      %{l_make} %{l_mflags -O}
    1.18  %if "%{with_doc}" == "yes"
    1.19        ( cd Documentation
    1.20          %{l_make} %{l_mflags} man
    1.21 @@ -231,6 +231,7 @@
    1.22      #   install GIT core
    1.23      ( cd git-%{V_git}
    1.24        %{l_make} %{l_mflags} install \
    1.25 +          INSTALL="%{l_shtool} install -c" \
    1.26            DESTDIR=$RPM_BUILD_ROOT
    1.27  %if "%{with_doc}" == "yes"
    1.28        ( cd Documentation

mercurial