From: ellson Date: Wed, 20 Jul 2005 11:04:51 +0000 (+0000) Subject: update config whenever libdir is touched, i.e. also on -devel and -tcl installs X-Git-Tag: LAST_LIBGRAPH~32^2~7402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87622e36c6a68940fe119e95a7c3cfcf517d81f1;p=graphviz update config whenever libdir is touched, i.e. also on -devel and -tcl installs --- diff --git a/graphviz.spec.in b/graphviz.spec.in index ec84b8a96..ab86fd18a 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -152,9 +152,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc __doc/* +# run "dot -V" to generate plugin config in %{_libdir}/%{name}/config %post %{_bindir}/dot -V 2>/dev/null +%post tcl +%{_bindir}/dot -V 2>/dev/null + +%post devel +%{_bindir}/dot -V 2>/dev/null + %changelog -* Sun Jul 17 2005 John Ellson +* Wed Jul 20 2005 John Ellson - release 2.4