From 3acf2ca6894423a9985698d3a21d2c6c53eb5357 Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Thu, 4 Jun 2020 14:09:54 +0200 Subject: [PATCH] rpm: add unpackaged files * spot.spec.in: Here. --- spot.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spot.spec.in b/spot.spec.in index cf829d684..3f68d6c55 100755 --- a/spot.spec.in +++ b/spot.spec.in @@ -103,6 +103,8 @@ C++ headers for the Spot library. %{_includedir}/fddx.h %dir %{_includedir}/spot %{_includedir}/spot/* +%dir %{_includedir}/bricks +%{_includedir}/bricks/* %license COPYING %doc AUTHORS COPYING NEWS README THANKS