From 3c4f309e413ee8eda9f1381f2c20931c802adec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 18 Nov 2022 11:06:16 +0100 Subject: document example of dynamic spec --- docs/manual/dynamic_specs.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/manual/dynamic_specs.md b/docs/manual/dynamic_specs.md index 8a3370b84..195d4c038 100644 --- a/docs/manual/dynamic_specs.md +++ b/docs/manual/dynamic_specs.md @@ -29,3 +29,6 @@ testing but one needs to be careful that the spec syntax is not already parsed when the spec file is read. Avoid Spec directives or sections starting right at the beginning of the line as they will be interpreted right away. + +[Example](https://github.com/rpm-software-management/rpm/blob/master/tests/data/SPECS/dynamic.spec) +from our tests set. -- cgit v1.2.1