]> granicus.if.org Git - graphviz/commitdiff
fix problem with building rpms on machines with ming
authorellson <devnull@localhost>
Mon, 12 Nov 2007 04:36:06 +0000 (04:36 +0000)
committerellson <devnull@localhost>
Mon, 12 Nov 2007 04:36:06 +0000 (04:36 +0000)
graphviz.spec.in

index bcf7a119b33351b758e4db8d8412763c55d5ed19..b351acc938de366f7faad24e134d1ffcee8de000 100644 (file)
@@ -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 --------------------------------------------