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:
authorJunio C Hamano <gitster@pobox.com>2008-01-12 08:40:15 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-12 08:40:25 +0300
commita5d7e3a2f180f4dd7a748cb0d4c795770da9db65 (patch)
tree494396ddc50ad27ea8da4dad8888e5a11d0bc1b2
parentd3c2d9e5ff1b8d9343cf4db6096bd44a264750d4 (diff)
RPM spec: include gitk message files.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--git.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in
index 78968583ed..659f058819 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -166,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc Documentation/*gitk*.txt
%{_bindir}/*gitk*
+%{_datadir}/gitk/
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
%{!?_without_docs: %doc Documentation/*gitk*.html }
@@ -180,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %doc Documentation/technical}
%changelog
+* Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com>
+- Include gitk message files
+
* Sun Jan 06 2008 James Bowes <jbowes@dangerouslyinc.com>
- Make the metapackage require the same version of the subpackages.