From: Quy Tonthat Date: Sun, 13 May 2007 11:41:45 +0000 (+1000) Subject: RPM spec: include files in technical/ to package. X-Git-Tag: v1.5.1.5~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b24dd51bf6102f5341d4753fad8ff73413ca66d3;p=git.git RPM spec: include files in technical/ to package. Not only that they are interesting to users, some of the files are linked to by the included "Git User's Manual" Signed-off-by: Quy Tonthat Signed-off-by: Junio C Hamano --- diff --git a/git.spec.in b/git.spec.in index b0ea62884..217042459 100644 --- a/git.spec.in +++ b/git.spec.in @@ -167,8 +167,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/git-core/ %doc README COPYING Documentation/*.txt %{!?_without_docs: %doc Documentation/*.html Documentation/howto} +%{!?_without_docs: %doc Documentation/technical} %changelog +* Tue May 13 2007 Quy Tonthat +- Added lib files for git-gui +- Added Documentation/technical (As needed by Git Users Manual) + * Tue May 8 2007 Quy Tonthat - Added howto files