comparison contrib/mercurial.spec @ 11845:85de44ae0238 stable

mercurial.spec: gettext is a build requirement for getting proper localization
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 14 Aug 2010 01:31:57 +0200
parents 488a80c840ac
children 85439f43749f
comparison
equal deleted inserted replaced
11844:6c51a5056020 11845:85de44ae0238
15 # compiler and a 3-way merge tool like merge, tkdiff, or kdiff3. 15 # compiler and a 3-way merge tool like merge, tkdiff, or kdiff3.
16 # 16 #
17 # python-devel provides an adequate python-dev. The merge tool is a 17 # python-devel provides an adequate python-dev. The merge tool is a
18 # run-time dependency. 18 # run-time dependency.
19 # 19 #
20 BuildRequires: python >= 2.4, python-devel, make, gcc, python-docutils >= 0.5 20 BuildRequires: python >= 2.4, python-devel, make, gcc, python-docutils >= 0.5, gettext
21 Provides: hg = %{version}-%{release} 21 Provides: hg = %{version}-%{release}
22 Requires: python >= 2.4 22 Requires: python >= 2.4
23 # The hgk extension uses the wish tcl interpreter, but we don't enforce it 23 # The hgk extension uses the wish tcl interpreter, but we don't enforce it
24 #Requires: tk 24 #Requires: tk
25 25