summaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2021-01-11 11:07:59 +0100
committerPanu Matilainen <pmatilai@redhat.com>2022-11-09 16:23:43 +0200
commite8e2a121ba6c604f342f86d0c73dca32bd7d687c (patch)
tree2336ca3fe1669d301a6c0f7c6e4bfe82232b4f0b /docs/CMakeLists.txt
parent524bfcb816ea0fa21bbe9891073409df9d239d4f (diff)
downloadrpm-e8e2a121ba6c604f342f86d0c73dca32bd7d687c.tar.gz
Add Dynamic Spec generation
Read in *.specpart files from %{specpartsdir} aka $RPM_SPECPARTS_DIR after the %install script. This allows the build process to add sub packages to the build. In the future more changes to the packages may be possible - like amending package declarations. The %{specpartsdir} is created by the %setup pseudo macro inside of the buildsubdir. It's presence allows build scripts to check if this feature is supported in the running rpmbuild instance.
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r--docs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index ee5fa1ac3..1ce548e3e 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -20,6 +20,7 @@ set(refman
manual/dependencies.md
manual/dependency_generators.md
manual/devel_documentation.md
+ manual/dynamic_specs.md
manual/file_triggers.md
manual/format.md
manual/hregions.md