X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-core.spec.in;h=b78a46802ac5beef19c61f2715fa6e98f3d0692e;hb=e1ccf53a60657930ae7892387736c8b6a91ec610;hp=8f079dbb59c84c3023b2fad26c8cd38066afd35b;hpb=80f45687f44b6258b0eacae6b1ae15e3ad4a6552;p=git.git diff --git a/git-core.spec.in b/git-core.spec.in index 8f079dbb..b78a4680 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -10,7 +10,7 @@ URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5 +Requires: sh-utils, diffutils, rsync, rcs, python >= 2.4 %description This is a stupid (but extremely fast) directory content manager. It @@ -28,8 +28,8 @@ make prefix=%{_prefix} all %{!?_without_docs: doc} %install rm -rf $RPM_BUILD_ROOT -make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \ - install install-tools %{!?_without_docs: install-doc} +make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \ + install %{!?_without_docs: install-doc} %clean rm -rf $RPM_BUILD_ROOT