]> granicus.if.org Git - graphviz/commitdiff
older rpmbuilds wouldn't do multiline %expands - try single lines only
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:08 +0000 (21:06 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:06:08 +0000 (21:06 +0000)
graphviz.spec.in

index 9eaaf253611feab4113a742303c94bfe14f5270b..d4496a996be4e864e160b7025155c9edec8cf430 100644 (file)
 %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