From 0b7536393030927b558c5d66fed3398914f8437a Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Mon, 12 Nov 2007 04:36:06 +0000
Subject: [PATCH] fix problem with building rpms on machines with ming

---
 graphviz.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphviz.spec.in b/graphviz.spec.in
index bcf7a119b..b351acc93 100644
--- a/graphviz.spec.in
+++ b/graphviz.spec.in
@@ -192,6 +192,7 @@ fi
 %endif
 %if %{MING}
 %exclude %{_libdir}/graphviz/libgvplugin_ming.*
+%exclude %{_libdir}/graphviz/*fdb
 %endif
 
 #-- graphviz-gd rpm --------------------------------------------------
@@ -258,6 +259,7 @@ LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c
 
 %files ming
 %{_libdir}/graphviz/libgvplugin_ming.so.*
+%{_libdir}/graphviz/*fdb
 %endif
 
 #-- graphviz-sharp rpm --------------------------------------------
-- 
2.40.0