diff --git a/doc/user_documentation.rst b/doc/user_documentation.rst index b5511cb32..aca8217b5 100644 --- a/doc/user_documentation.rst +++ b/doc/user_documentation.rst @@ -870,6 +870,26 @@ Please take a look at :ref:`rpkg_util_v3`. See separate page :ref:`koji_vs_copr`. +.. _`How to deal with Copr and RPMAutoSpec?`: + +.. rubric:: How to deal with Copr and RPMAutoSpec? :ref: `¶ ` + +The easiest way is to use `DistGit source type <#distgit>`. + +If you need to fine tune the process and alter it somehow you can - +Set the source type to "Custom", and use the following script:: + + #! /bin/sh -x + git clone + cd + spectool -g + rpmautospec process-distgit + +Set the Buildroot dependencies to "git rpmdevtools rpmautospec" and +the Result directory to the same string used in the +script. + + .. _`I have a problem and I need to talk to a human.`: .. rubric:: I have a problem and I need to talk to a human. :ref:`¶ `