rpms/graphviz/devel graphviz.spec,1.15,1.16

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Mon Aug 29 12:09:29 UTC 2005


Author: oliver

Update of /cvs/extras/rpms/graphviz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28286

Modified Files:
	graphviz.spec 
Log Message:
* Generate plugin config with dot -c not -V


Index: graphviz.spec
===================================================================
RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- graphviz.spec	29 Aug 2005 11:33:04 -0000	1.15
+++ graphviz.spec	29 Aug 2005 12:09:27 -0000	1.16
@@ -125,15 +125,15 @@
 %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 <oliver at linux-kernel.at>		- 2.6-1




More information about the scm-commits mailing list