##// END OF EJS Templates
mercurial.spec: gettext is a build requirement for getting proper localization
Mads Kiilerich -
r11845:85de44ae stable
parent child Browse files
Show More
@@ -17,7 +17,7 b' BuildRoot: %{_tmppath}/%{name}-%{version'
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
General Comments 0
You need to be logged in to leave comments. Login now