Re: Cannot install git RPM
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:03
Wolfgang Denk [off-list ref] writes:
quoted hunk
A simple fix is of course: -> diff -u git-core.spec.in.ORIG git-core.spec.in--- git-core.spec.in.ORIG 2005-08-09 10:26:50.845877000 +0200 +++ git-core.spec.in 2005-08-09 12:42:06.872310918 +0200@@ -40,6 +40,7 @@ %{!?_without_docs: %doc Documentation/*.html } %{!?_without_docs: %{_mandir}/man1/*.1.gz} %{!?_without_docs: %{_mandir}/man7/*.7.gz} +/usr/share/git-core/templates/*
Something like that using %{_datadir} is in the RC branch.
But the resulting RPM cannot be installed either, at least not in standard Fedora Core 2/3/4 installations: ... Is there at least some documentation which external packages are needed, and where to find these?
Patches welcome. Sorry but I need a lot of help when it comes to binary packaging.