]> granicus.if.org Git - graphviz/commitdiff
add perl on rh7,8,9 and perl,php,ruby on el4,5
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:13:50 +0000 (21:13 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:13:50 +0000 (21:13 +0000)
graphviz.spec.in

index 5080e9ef302e706b8079b6eb8c2b41333bd76cdd..36594b9a434d135e5b24b705df31177bbfd698d6 100644 (file)
 %define RUBY    0
 %define TCL     1
 
+%{?rh7: %{expand: %%define PERL    1}}
+%{?rh7: %{expand: %%define TCL     1}}
+
+%{?rh8: %{expand: %%define PERL    1}}
+%{?rh8: %{expand: %%define TCL     1}}
+
+%{?rh9: %{expand: %%define PERL    1}}
+%{?rh9: %{expand: %%define TCL     1}}
+
+%{?el2: %{expand: %%define PERL    1}}
+%{?el2: %{expand: %%define TCL     1}}
+
+%{?el3: %{expand: %%define PERL    1}}
+%{?el3: %{expand: %%define TCL     1}}
+
+%{?el4: %{expand: %%define PERL    1}}
+%{?el4: %{expand: %%define PHP     1}}
+%{?el4: %{expand: %%define RUBY    1}}
+%{?el4: %{expand: %%define TCL     1}}
+
+%{?el5: %{expand: %%define PERL    1}}
+%{?el5: %{expand: %%define PHP     1}}
+%{?el5: %{expand: %%define RUBY    1}}
+%{?el5: %{expand: %%define TCL     1}}
+
 %{?fc4: %{expand: %%define GUILE   1}}
 %{?fc4: %{expand: %%define PERL    1}}
 %{?fc4: %{expand: %%define PYTHON  1}}