From: ellson Date: Tue, 18 Oct 2005 21:14:50 +0000 (+0000) Subject: add perl support to older redhat releases X-Git-Tag: LAST_LIBGRAPH~32^2~7022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fccc2f84c0d76699913c47d4bf1d6021369d514b;p=graphviz add perl support to older redhat releases --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 09690ed8b..7364f1207 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -23,6 +23,9 @@ %{?rh7: %{expand: %%define PERL 1}} %{?rh7: %{expand: %%define TCL 1}} +%{?rh73: %{expand: %%define PERL 1}} +%{?rh73: %{expand: %%define TCL 1}} + %{?rh8: %{expand: %%define PERL 1}} %{?rh8: %{expand: %%define TCL 1}} @@ -45,6 +48,15 @@ %{?el5: %{expand: %%define RUBY 1}} %{?el5: %{expand: %%define TCL 1}} +%{?fc1: %{expand: %%define PERL 1}} +%{?fc1: %{expand: %%define TCL 1}} + +%{?fc2: %{expand: %%define PERL 1}} +%{?fc2: %{expand: %%define TCL 1}} + +%{?fc3: %{expand: %%define PERL 1}} +%{?fc3: %{expand: %%define TCL 1}} + %{?fc4: %{expand: %%define GUILE 1}} %{?fc4: %{expand: %%define PERL 1}} %{?fc4: %{expand: %%define PYTHON 1}}