From: John Ellson Date: Thu, 22 Sep 2011 13:12:15 +0000 (-0400) Subject: good idea for ner feature doesn't work with old rpm on centor4/5 X-Git-Tag: LAST_LIBGRAPH~32^2~654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19a1696cab95e1957de3b6e768bbc3e6888418c6;p=graphviz good idea for ner feature doesn't work with old rpm on centor4/5 --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 7c3438999..174d9c5cf 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -573,9 +573,10 @@ Provides some additional PDF and HTML documentation for graphviz. #-- building -------------------------------------------------- %prep -for p in %{patches}; do - patch -p1 < ${p} || exit 1 -done +### 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