diff options
author | James Bowes <jbowes@dangerouslyinc.com> | 2008-02-04 08:13:07 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-04 23:06:19 -0800 |
commit | 4f395eed33816be70181a818cbce4bb7235b83be (patch) | |
tree | ac4390067280248356e740ba827037e52ea4266a /git.spec.in | |
parent | b1e9efa7c0153fd4e4ffc86c128262e4176e87af (diff) | |
download | git-4f395eed33816be70181a818cbce4bb7235b83be.tar.gz git-4f395eed33816be70181a818cbce4bb7235b83be.tar.xz |
Add a BuildRequires for gettext in the spec file.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index 659f05881..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} @@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT %{!?_without_docs: %doc Documentation/technical} %changelog +* Sun Feb 03 2008 James Bowes <jbowes@dangerouslyinc.com> +- Add a BuildRequires for gettext + * Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com> - Include gitk message files |