]> granicus.if.org Git - graphviz/commitdiff
should be dotstring, not dotread - pinted out by chris@budgie.csse.uwa.edu.au
authorJohn Ellson <ellson@research.att.com>
Wed, 4 Apr 2012 01:32:57 +0000 (21:32 -0400)
committerJohn Ellson <ellson@research.att.com>
Wed, 4 Apr 2012 01:32:57 +0000 (21:32 -0400)
graphviz.spec.in
tclpkg/tcldot/tcldot.3tcl

index 4d3f20015e6c17cdc0043a23a922e226c4466879..9df689151c37731c391337ba1ce004dbc8743262 100644 (file)
@@ -680,11 +680,11 @@ Provides some additional PDF and HTML documentation for graphviz.
 #-- building --------------------------------------------------
 
 %prep
+%setup -q
 ### the rpm in centos4/5 is too old to handle this
 #for p in %{patches}; do
 #     patch -p1 < ${p} || exit 1
 #done
-%setup -q
 
 %build
 # XXX ix86 only used to have -ffast-math, let's use everywhere
index 64e20e0bf85d4047d40630d32ac079fec62c02ee..bfe87ea7b1540105c1472500dde490ef316e2aa4 100644 (file)
@@ -128,7 +128,7 @@ The command returns the
 of the newly read graph.  e.g.
 .nf
 
-    set g [dotread $dotsyntaxstring]
+    set g [dotstring $dotsyntaxstring]
 
 .fi
 .TP