git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add a BuildRequires for gettext in the spec file.
@ 2008-02-04 13:13 James Bowes
  0 siblings, 0 replies; only message in thread
From: James Bowes @ 2008-02-04 13:13 UTC (permalink / raw)
  To: git, gitster

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
---
 git.spec.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/git.spec.in b/git.spec.in
index 659f058..3f9f888 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
 
-- 
1.5.4.1134.ge34cf

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-04 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 13:13 [PATCH] Add a BuildRequires for gettext in the spec file James Bowes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).