From: ellson Date: Tue, 18 Oct 2005 21:12:02 +0000 (+0000) Subject: rpm barfs on "%define IO" Use _IO instead X-Git-Tag: LAST_LIBGRAPH~32^2~7051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a94fef414369fa05a120e3f75c4aaa5b77f86dd7;p=graphviz rpm barfs on "%define IO" Use _IO instead --- diff --git a/graphviz.spec.in b/graphviz.spec.in index fcf74cf91..5080e9ef3 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -10,7 +10,7 @@ %define CSHARP 0 %define GUILE 0 -%define IO 0 +%define _IO 0 %define JAVA 0 %define LUA 0 %define OCAML 0 @@ -127,7 +127,7 @@ Guile extensions for %{name}. %endif #------------------------------------------------------------------ -%if %{IO} +%if %{_IO} %package io Group: Applications/Multimedia Summary: Java extension for %{name}