mercurial.spec: gettext is a build requirement for getting proper localization stable
authorMads Kiilerich <mads@kiilerich.com>
Sat, 14 Aug 2010 01:31:57 +0200
branchstable
changeset 11845 85de44ae0238
parent 11844 6c51a5056020
child 11876 1fe94103c6ee
child 11877 8f40125a0ed8
mercurial.spec: gettext is a build requirement for getting proper localization
contrib/mercurial.spec
--- a/contrib/mercurial.spec	Fri Aug 13 13:32:05 2010 -0300
+++ b/contrib/mercurial.spec	Sat Aug 14 01:31:57 2010 +0200
@@ -17,7 +17,7 @@
 # python-devel provides an adequate python-dev.  The merge tool is a
 # run-time dependency.
 #
-BuildRequires: python >= 2.4, python-devel, make, gcc, python-docutils >= 0.5
+BuildRequires: python >= 2.4, python-devel, make, gcc, python-docutils >= 0.5, gettext
 Provides: hg = %{version}-%{release}
 Requires: python >= 2.4
 # The hgk extension uses the wish tcl interpreter, but we don't enforce it