From 253b19a76e52ad21ce316c26101c4d4675872807 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 26 Jul 2007 15:37:01 +0000 Subject: [PATCH] exclude dot_static and dot_builtins from rpm binary distros --- graphviz.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphviz.spec.in b/graphviz.spec.in index dae6dc440..e52e694e0 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -142,6 +142,8 @@ of graphs (as in nodes and edges, not as in barcharts). %{_datadir}/graphviz/lefty %exclude %{_libdir}/graphviz/*/* %exclude %{_libdir}/graphviz/libgvplugin_gd.* +%exclude %{_bindir}/dot_static +%exclude %{_bindir}/dot_builtins # run "dot -c" to generate plugin config in %{_libdir}/graphviz/config %post -- 2.40.0