]> granicus.if.org Git - graphviz/commitdiff
add perl support to older redhat releases
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:14:50 +0000 (21:14 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:14:50 +0000 (21:14 +0000)
graphviz.spec.in

index 09690ed8b6d2561aadacdf6d067cea22bf072a0b..7364f1207e7a3cf6d0e9584f2459b39e423bc815 100644 (file)
@@ -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}}
 
 %{?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}}