From: Quy Tonthat Date: Thu, 10 May 2007 07:03:15 +0000 (+1000) Subject: Added new git-gui library files to rpm spec X-Git-Tag: v1.5.2-rc3~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b6e0eb3c38696c89f7527318e010b339ba978df;p=git.git Added new git-gui library files to rpm spec "make rpm" breaks without these files. Signed-off-by: Quy Tonthat Signed-off-by: Junio C Hamano --- diff --git a/git.spec.in b/git.spec.in index 9de655c18..16148d401 100644 --- a/git.spec.in +++ b/git.spec.in @@ -163,6 +163,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_bindir}/git-gui %{_bindir}/git-citool +%{_datadir}/git-gui/ # Not Yet... # %{!?_without_docs: %{_mandir}/man1/git-gui.1} # %{!?_without_docs: %doc Documentation/git-gui.html}