From 5e8381855266f66d526372b013a3de4a5abdc2bd Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 29 Aug 2005 12:09:27 +0000 Subject: [PATCH] Generate plugin config with dot -c not -V --- graphviz.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index ce07fe3..086c896 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,4 +1,4 @@ -# $Id: graphviz.spec,v 1.15 2005/08/29 11:33:04 oliver Exp $ $Revision: 1.15 $ +# $Id: graphviz.spec,v 1.16 2005/08/29 12:09:27 oliver Exp $ $Revision: 1.16 $ Summary: Graph Visualization Tools Name: graphviz @@ -125,15 +125,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc __doc/* -# run "dot -V" to generate plugin config in %{_libdir}/%{name}/config +# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config %post -%{_bindir}/dot -V 2>/dev/null +%{_bindir}/dot -c 2>/dev/null %post tcl -%{_bindir}/dot -V 2>/dev/null +%{_bindir}/dot -c 2>/dev/null %post devel -%{_bindir}/dot -V 2>/dev/null +%{_bindir}/dot -c 2>/dev/null %changelog * Mon Aug 29 2005 Oliver Falk - 2.6-1