blob: 3cd632a5de05ccf360ad44ce5f74e1a7758376d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<chapter id="gbp.rpm.building">
<title>Building RPM packages from the &git; repository</title>
<para>
The &git-buildpackage-rpm; tool is used for building.
The tool creates the source tarball and copies it and the packaging files
to a separate build directory and builds the package there. By default,
&rpmbuild; is used as the builder command. You can define a different builder
command with the <option>--git-builder</option> option.
</para>
</chapter>
|