Code

RPM spec: include files in technical/ to package.
authorQuy Tonthat <qtonthat@gmail.com>
Sun, 13 May 2007 11:41:45 +0000 (21:41 +1000)
committerJunio C Hamano <junkio@cox.net>
Sun, 13 May 2007 19:00:28 +0000 (12:00 -0700)
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>
git.spec.in

index b0ea62884fac624df16c6214c2c0aec912b3a3d2..2170424599e2013ac806d0c021fa4709ee6d7244 100644 (file)
@@ -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