From fc728340be957cd0de755905d54c467de35966b3 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 7 Sep 2017 10:15:27 -0400 Subject: [PATCH] fix error that occurs during rpm install --- redhat/graphviz.spec.fedora.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/redhat/graphviz.spec.fedora.in b/redhat/graphviz.spec.fedora.in index 68e9e318c..c06f759ba 100644 --- a/redhat/graphviz.spec.fedora.in +++ b/redhat/graphviz.spec.fedora.in @@ -141,7 +141,6 @@ of graphs (as in nodes and edges, not as in bar-charts). %license COPYING %endif %doc COPYING AUTHORS ChangeLog NEWS README -%{_libdir}/graphviz/config%{pluginsver} #-- graphviz-nox rpm -------------------------------------------------- %package nox @@ -240,10 +239,6 @@ with no X11 on the server. %dir %{_datadir}/graphviz %{_datadir}/graphviz/gvpr/* -# run "dot -c" to generate plugin config in {_libdir}/graphviz/config%{pluginsver} -%post -LD_LIBRARY_PATH=$RPM_INSTALL_PREFIX0/%{_lib} $RPM_INSTALL_PREFIX0/bin/dot -c - #-- graphviz-libs rpm -------------------------------------------------- %package libs Group: Applications/Multimedia @@ -269,6 +264,7 @@ Graphviz core libs %{_libdir}/libpathplan.so.* %{_libdir}/libxdot.so.4* %{_libdir}/liblab_gamut.so.* +%exclude %{_libdir}/graphviz/* #-- graphviz-plugins-core rpm -------------------------------------------------- %package plugins-core -- 2.40.0