# HG changeset patch # User Gilles Moris # Date 1256332205 -7200 # Node ID 5d8125bbbbf4f4ef236751083d3948cd710406cf # Parent fbde669564d8671fb6d117441e7a297c8289ef69 mercurial.spec: update requirements for the build diff -r fbde669564d8 -r 5d8125bbbbf4 contrib/mercurial.spec --- a/contrib/mercurial.spec Fri Oct 23 22:55:28 2009 +0200 +++ b/contrib/mercurial.spec Fri Oct 23 23:10:05 2009 +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, asciidoc, xmlto +BuildRequires: python >= 2.4, python-devel, make, gcc, docutils >= 0.5 Provides: hg = %{version}-%{release} %define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')