Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2007-05-13 15:41:45 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-13 23:00:28 +0400
commitb24dd51bf6102f5341d4753fad8ff73413ca66d3 (patch)
tree6979f9c4b14b9b5a41fc6d71ea5857654681984a /git.spec.in
parent0ab311d60108f8d93dbcac53623e8e593901b5ea (diff)
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 <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.spec.in')
-rw-r--r--git.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in
index b0ea62884f..2170424599 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 <qtonthat@gmail.com>
+- Added lib files for git-gui
+- Added Documentation/technical (As needed by Git Users Manual)
+
* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com>
- Added howto files