From e94a45de42cea90f6fbd313cfabb5dd10d49e03c Mon Sep 17 00:00:00 2001 From: James Bowes Date: Mon, 4 Feb 2008 08:13:07 -0500 Subject: Add a BuildRequires for gettext in the spec file. Signed-off-by: James Bowes Signed-off-by: Junio C Hamano --- git.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'git.spec.in') 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 +- Add a BuildRequires for gettext + * Fri Jan 11 2008 Junio C Hamano - Include gitk message files -- cgit v1.2.1