# HG changeset patch # User Mads Kiilerich # Date 2015-04-15 03:44:03 # Node ID 3e48462ec15ad1ece6287dbf92f7d20c99dbd675 # Parent 75688a6f0bca38974cdbffafd66392b6ae96ef3a rpms: for packages with their own python, put it in /opt/python-hg This is more compliant with the FHS and Fedora packaging guidelines. diff --git a/contrib/mercurial.spec b/contrib/mercurial.spec --- a/contrib/mercurial.spec +++ b/contrib/mercurial.spec @@ -9,7 +9,7 @@ %global docutilsname docutils-0.12 %global docutilsmd5 4622263b62c5c771c03502afa3157768 %global pythonhg python-hg -%global hgpyprefix /usr/%{pythonhg} +%global hgpyprefix /opt/%{pythonhg} # byte compilation will fail on some some Python /test/ files %global _python_bytecompile_errors_terminate_build 0