From: John Ellson Date: Fri, 21 Jul 2017 18:40:10 +0000 (-0400) Subject: add missing man pages X-Git-Tag: 2.42.0~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4706dab8558fdc97eec1999071ce0910deeedf41;p=graphviz add missing man pages --- diff --git a/cmd/tools/Makefile.am b/cmd/tools/Makefile.am index 8d91ebfc1..6325ddb5d 100644 --- a/cmd/tools/Makefile.am +++ b/cmd/tools/Makefile.am @@ -37,6 +37,10 @@ install-data-hook: (cd $(DESTDIR)$(man1dir); rm -f gv2gxl.1; $(LN_S) gxl2gv.1 gv2gxl.1;) (cd $(DESTDIR)$(pdfdir); rm -f gv2gxl.1.pdf; $(LN_S) gxl2gv.1.pdf gv2gxl.1.pdf;) (cd $(DESTDIR)$(man1dir); rm -f gv2gml.1; $(LN_S) gml2gv.1 gv2gml.1;) + (cd $(DESTDIR)$(man1dir); rm -f gxl2dot.1; $(LN_S) gxl2gv.1 gxl2dot.1;) + (cd $(DESTDIR)$(man1dir); rm -f gxl2dot.1.pdf; $(LN_S) gxl2gv.1.pdf gxl2dot.1.pdf;) + (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1; $(LN_S) gv2gxl.1 dot2gxl.1;) + (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1.pdf; $(LN_S) gv2gxl.1.pdf dot2gxl.1.pdf;) (cd $(DESTDIR)$(pdfdir); rm -f gv2gml.1.pdf; $(LN_S) gml2gv.1.pdf gv2gml.1.pdf;) install-exec-hook: diff --git a/graphviz.spec.in b/graphviz.spec.in index 02cd6bbe4..e67133023 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -202,6 +202,7 @@ with no X11 on the server. %{_mandir}/man1/cluster.1* %{_mandir}/man1/dijkstra.1* %{_mandir}/man1/dot.1* +%{_mandir}/man1/dot2gxl.1* %{_mandir}/man1/fdp.1* %{_mandir}/man1/gc.1* %{_mandir}/man1/gml2gv.1* @@ -214,6 +215,7 @@ with no X11 on the server. %{_mandir}/man1/gvmap.sh.1* %{_mandir}/man1/gvpack.1* %{_mandir}/man1/gvpr.1* +%{_mandir}/man1/gxl2dot.1* %{_mandir}/man1/gxl2gv.1* %{_mandir}/man1/mingle.1* %{_mandir}/man1/edgepaint.1* @@ -246,6 +248,12 @@ Requires(postun): /sbin/ldconfig %description libs Graphviz core libs +%post libs +/sbin/ldconfig + +%postun libs +/sbin/ldconfig + %files libs %defattr(-,root,root,-) %{_libdir}/libcdt.so.* @@ -256,12 +264,6 @@ Graphviz core libs %{_libdir}/libxdot.so.4* %{_libdir}/liblab_gamut.so.* -%post graphviz-devel -/sbin/ldconfig - -%postun graphviz-devel -/sbin/ldconfig - #-- graphviz-plugins-core rpm -------------------------------------------------- %package plugins-core Group: Applications/Multimedia @@ -782,6 +784,12 @@ A collection of tools for the manipulation and layout of graphs (as in nodes and edges, not as in bar-charts). This package contains development files for graphviz-libs. +%post devel +/sbin/ldconfig + +%postun devel +/sbin/ldconfig + %files devel %defattr(-,root,root,-) %{_includedir}/graphviz @@ -811,12 +819,6 @@ This package contains development files for graphviz-libs. %exclude %{_libdir}/graphviz/libgvplugin* %exclude %{_libdir}/graphviz/*.so -%post graphviz-devel -/sbin/ldconfig - -%postun graphviz-devel -/sbin/ldconfig - #-- graphviz-graphs rpm ------------------------------------------- %package graphs Group: Applications/Multimedia