ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/graphviz.spec
(Generate patch)

Comparing COMP/CMSDIST/graphviz.spec (file contents):
Revision 1.4 by ratnik, Fri Aug 4 16:32:55 2006 UTC vs.
Revision 1.9 by elmer, Wed Apr 11 12:08:02 2007 UTC

# Line 18 | Line 18 | Patch0: graphviz
18    --with-jpegincludedir=$LIBPNG_ROOT/include \
19    --with-jpeglibdir=$LIBPNG_ROOT/lib \
20    --without-x \
21 +  --without-tclsh \
22 +  --without-tcl \
23 +  --without-tk \
24    --prefix=%{i}
25 <
25 > # This is a workaround for the fact that sort from coreutils 5.96 doesn't
26 > # like "sort +0 -1", not really something specific to ppc64/ydl5.0
27 > if [ "$(uname -m)" == "ppc64" ]
28 > then
29 > perl -p -i -e "s|\+0 \-1|-k1,1|g" dotneato/common/Makefile
30 > fi
31   make
32 + %post
33 + perl -p -i -e "s|%instroot|$RPM_INSTALL_PREFIX|" $RPM_INSTALL_PREFIX/%pkgrel/bin/dotneato-config `find $RPM_INSTALL_PREFIX/%pkgrel/lib/graphviz -name *.la`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines