]> granicus.if.org Git - graphviz/commitdiff
good idea for ner feature doesn't work with old rpm on centor4/5
authorJohn Ellson <ellson@research.att.com>
Thu, 22 Sep 2011 13:12:15 +0000 (09:12 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 22 Sep 2011 13:12:15 +0000 (09:12 -0400)
graphviz.spec.in

index 7c34389998e03dfa911191b93220475bc36d9028..174d9c5cf3ab838989c489cf9cafe33acdbf5906 100644 (file)
@@ -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