@@ -32,7 +32,7 @@ section with the necessary steps.
3232
33332 ) Another very common need is to pass extra arguments to the build
3434commands, build configuration in particular. This is done with the
35- BuildOption tag, which can appear arbitrary number of times
35+ ` BuildOption ` tag, which can appear arbitrary number of times
3636in the spec for each section.
3737
3838```
@@ -56,7 +56,7 @@ Supporting new build system types is just a matter of declaring a few
5656macros for the build scriptlet sections relevant to the build system.
5757
5858Scriptlet | Mandatory | Buildsystem macro
59- -------------------------------------------
59+ --------------------------|-----------|- -----------------
6060` %prep ` | No | ` %buildsystem_name_prep `
6161` %conf ` | Yes | ` %buildsystem_name_conf `
6262` %generate_buildrequires ` | No | ` %buildsystem_name_generate_buildrequires `
@@ -66,7 +66,7 @@ Scriptlet | Mandatory | Buildsystem macro
6666` %clean ` | No | ` %buildsystem_name_clean `
6767
6868Replace "name" with the buildsystem name, eg ` %buildsystem_cmake_build ` .
69- When BuildSystem: tag is set, these automatically populate the corresponding
69+ When ` BuildSystem: ` tag is set, these automatically populate the corresponding
7070spec section, unless the spec manually overrides it. All buildsystem
7171macros are required to be parametric to have enforceable semantics.
7272
0 commit comments