From a240613c5e855e742ba82be75eb3a6754926def2 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 19 Dec 2022 22:19:44 -0500 Subject: [PATCH] Indicate dirs. in files list with trailing slashes --- gn.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gn.spec b/gn.spec index b04b373..ada885c 100644 --- a/gn.spec +++ b/gn.spec @@ -195,10 +195,10 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\ %if %{with html_docs} %doc README*.html %endif -%doc docs -%doc examples -%doc infra -%doc tools +%doc docs/ +%doc examples/ +%doc infra/ +%doc tools/ %changelog