git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RPM spec: include files in technical/ to package.
@ 2007-05-13 11:41 Quy Tonthat
  0 siblings, 0 replies; only message in thread
From: Quy Tonthat @ 2007-05-13 11:41 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


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>
---
 git.spec.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/git.spec.in b/git.spec.in
index 16148d4..3a45eb8 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -185,8 +185,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
 
-- 
1.5.2.rc3.1q

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-13 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-13 11:41 [PATCH] RPM spec: include files in technical/ to package Quy Tonthat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).