Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> --- git.spec.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git.spec.in b/git.spec.in index 8ccd256..1abb7d1 100644 --- a/git.spec.in +++ b/git.spec.in @@ -74,13 +74,13 @@ Git revision tree visualiser ('gitk') %setup -q %build +%configure make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} all %{!?_without_docs: doc} + all %{!?_without_docs: doc} %install rm -rf $RPM_BUILD_ROOT make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \ - prefix=%{_prefix} mandir=%{_mandir} \ install %{!?_without_docs: install-doc} (find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files -- 1.4.0 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html