RPM spec: include gitk message files.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2008-01-11 21:40:15 -08:00
parent d3c2d9e5ff
commit a5d7e3a2f1

View File

@ -166,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc Documentation/*gitk*.txt %doc Documentation/*gitk*.txt
%{_bindir}/*gitk* %{_bindir}/*gitk*
%{_datadir}/gitk/
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
%{!?_without_docs: %doc Documentation/*gitk*.html } %{!?_without_docs: %doc Documentation/*gitk*.html }
@ -180,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %doc Documentation/technical} %{!?_without_docs: %doc Documentation/technical}
%changelog %changelog
* Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com>
- Include gitk message files
* Sun Jan 06 2008 James Bowes <jbowes@dangerouslyinc.com> * Sun Jan 06 2008 James Bowes <jbowes@dangerouslyinc.com>
- Make the metapackage require the same version of the subpackages. - Make the metapackage require the same version of the subpackages.