Author: arekm Date: Wed Jan 24 10:48:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; fix dot2gxl.1 symlink
---- Files affected: SPECS: graphviz.spec (1.66 -> 1.67) ---- Diffs: ================================================================ Index: SPECS/graphviz.spec diff -u SPECS/graphviz.spec:1.66 SPECS/graphviz.spec:1.67 --- SPECS/graphviz.spec:1.66 Mon Jan 1 17:04:47 2007 +++ SPECS/graphviz.spec Wed Jan 24 11:48:35 2007 @@ -20,7 +20,7 @@ Summary(pl): Narzędzie do wizualizacji w postaci grafów Name: graphviz Version: 2.12 -Release: 2 +Release: 3 License: CPL v1.0 Group: X11/Applications/Graphics Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz @@ -288,11 +288,12 @@ %endif # replace dead (after compression) softlinks by groff redirections -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{circo,fdp,neato,twopi}.1 +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{circo,fdp,neato,twopi,dot2gxl}.1 echo ".so dot.1" >$RPM_BUILD_ROOT%{_mandir}/man1/circo.1 echo ".so dot.1" >$RPM_BUILD_ROOT%{_mandir}/man1/fdp.1 echo ".so dot.1" >$RPM_BUILD_ROOT%{_mandir}/man1/neato.1 echo ".so dot.1" >$RPM_BUILD_ROOT%{_mandir}/man1/twopi.1 +echo ".so gxl2dot.1" >$RPM_BUILD_ROOT%{_mandir}/man1/dot2gxl.1 install -d $RPM_BUILD_ROOT%{_mandir}/man3 for f in $RPM_BUILD_ROOT%{_libdir}/graphviz/*/gv_*.man ; do @@ -476,6 +477,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.67 2007/01/24 10:48:35 arekm +- rel 3; fix dot2gxl.1 symlink + Revision 1.66 2007/01/01 16:04:47 arekm - rel 2; fix java build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.66&r2=1.67&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
