contrib/mercurial.spec
changeset 23140 fbd79c2552a6
parent 22436 96d95b75a63b
child 23141 a440166d03fc
equal deleted inserted replaced
23139:e53f6b72a0e4 23140:fbd79c2552a6
     4 
     4 
     5 %if "%{?withpython}"
     5 %if "%{?withpython}"
     6 
     6 
     7 %global pythonver %{withpython}
     7 %global pythonver %{withpython}
     8 %global pythonname Python-%{withpython}
     8 %global pythonname Python-%{withpython}
     9 %global docutilsname docutils-0.11
     9 %global docutilsname docutils-0.12
    10 %global pythonhg python-hg
    10 %global pythonhg python-hg
    11 %global hgpyprefix /usr/%{pythonhg}
    11 %global hgpyprefix /usr/%{pythonhg}
    12 # byte compilation will fail on some some Python /test/ files
    12 # byte compilation will fail on some some Python /test/ files
    13 %global _python_bytecompile_errors_terminate_build 0
    13 %global _python_bytecompile_errors_terminate_build 0
    14 
    14