From: ellson Date: Tue, 18 Oct 2005 21:06:08 +0000 (+0000) Subject: older rpmbuilds wouldn't do multiline %expands - try single lines only X-Git-Tag: LAST_LIBGRAPH~32^2~7098 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e20362172c6b121a2be877dd67635bf4efc1524e;p=graphviz older rpmbuilds wouldn't do multiline %expands - try single lines only --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 9eaaf2536..d4496a996 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -18,29 +18,19 @@ %define RUBY 0 %define TCL 1 -%{?fc4: %{expand: -%%define CSHARP 0 -%%define GUILE 1 -%%define JAVA 0 -%%define OCAML 0 -%%define PERL 1 -%%define PHP 0 -%%define PYTHON 1 -%%define RUBY 1 -%%define TCL 1 -}} - -%{?fc5: %{expand: -%%define CSHARP 1 -%%define GUILE 1 -%%define JAVA 1 -%%define OCAML 1 -%%define PERL 1 -%%define PHP 1 -%%define PYTHON 1 -%%define RUBY 1 -%%define TCL 1 -}} +%{?fc4: %{expand: %%define GUILE 1}} +%{?fc4: %{expand: %%define PERL 1}} +%{?fc4: %{expand: %%define PYTHON 1}} +%{?fc4: %{expand: %%define RUBY 1}} + +%{?fc5: %{expand: %%define CSHARP 1}} +%{?fc5: %{expand: %%define GUILE 1}} +%{?fc5: %{expand: %%define JAVA 1}} +%{?fc5: %{expand: %%define OCAML 1}} +%{?fc5: %{expand: %%define PERL 1}} +%{?fc5: %{expand: %%define PHP 1}} +%{?fc5: %{expand: %%define PYTHON 1}} +%{?fc5: %{expand: %%define RUBY 1}} Summary: Graph Visualization Tools Name: graphviz