From 6982990c13ae6c91b9a3b230ec8baab81ef386da Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Thu, 30 Oct 2014 16:36:08 +0100 Subject: [PATCH] Begin documenting packaging process for Fedora --- INSTALL => INSTALL.rst | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) rename INSTALL => INSTALL.rst (59%) diff --git a/INSTALL b/INSTALL.rst similarity index 59% rename from INSTALL rename to INSTALL.rst index 84a30f5d6..1723d48c2 100644 --- a/INSTALL +++ b/INSTALL.rst @@ -4,7 +4,7 @@ Installing Lutris Requirements ------------ -Lutris should work on any Gnome system, the following depencies should be +Lutris should work on any Gnome system, the following depencies should be installed: * python == 2.7 @@ -29,3 +29,26 @@ If you installed Lutris using the setup.py script, you can launch the program by typing "lutris" at the command line. If you want to run Lutris without installing it, start "bin/lutris" from within the Lutris directory. + +Packaging +--------- + +On Fedora: +These instructions should let you build a Lutris on a minimal Fedora +system such as a LXC container. + +Install required packaging tools:: + + yum install @development-tools + yum install fedora-packager + +Create a user to build the package with:: + + useradd makerpm + usermod -a -G mock makerpm + passwd makerpm + +Log out of the root account and login as the makerpm user then create the +required directory structure:: + + rpmdev-setuptree