X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git.spec.in;h=3f9f88815b865cb6c405268d83f67f1b2f858f88;hb=e098368b5b990eb05cbc60a271ab6d731820e0c2;hp=78968583ede4366c436d033b40d7f0d79a292514;hpb=e708af6e587ae0ecb2a6480e3614c5ec4a164106;p=git.git diff --git a/git.spec.in b/git.spec.in index 78968583e..3f9f88815 100644 --- a/git.spec.in +++ b/git.spec.in @@ -8,7 +8,7 @@ License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz -BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} +BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: git-core = %{version}-%{release} @@ -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,12 @@ rm -rf $RPM_BUILD_ROOT %{!?_without_docs: %doc Documentation/technical} %changelog +* Sun Feb 03 2008 James Bowes +- Add a BuildRequires for gettext + +* Fri Jan 11 2008 Junio C Hamano +- Include gitk message files + * Sun Jan 06 2008 James Bowes - Make the metapackage require the same version of the subpackages.