From: ellson Date: Tue, 18 Oct 2005 21:10:55 +0000 (+0000) Subject: Require: urw-fonts on recent Redhat and Fedora systems X-Git-Tag: LAST_LIBGRAPH~32^2~7061 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84d8575704516d6ad3d91b18021d5ca75e7bdc9e;p=graphviz Require: urw-fonts on recent Redhat and Fedora systems --- diff --git a/graphviz.spec.in b/graphviz.spec.in index 053cce840..371f641e3 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -43,6 +43,14 @@ Group: Applications/Multimedia License: CPL URL: http://www.graphviz.org/ Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-@VERSION@.tar.gz +%{?fc5:Requires: urw-fonts} +%{?fc4:Requires: urw-fonts} +%{?fc3:Requires: urw-fonts} +%{?fc2:Requires: urw-fonts} +%{?fc1:Requires: urw-fonts} +%{?el5:Requires: urw-fonts} +%{?el4:Requires: urw-fonts} +%{?el3:Requires: urw-fonts} # SuSE uses a different mechanism to generate BuildRequires # norootforbuild @@ -58,6 +66,7 @@ BuildRequires: /usr/include/tcl.h /usr/include/tk.h %{?fc3:BuildRequires: fontconfig-devel xorg-x11-devel} %{?fc2:BuildRequires: fontconfig-devel XFree86-devel} %{?fc1:BuildRequires: fontconfig-devel XFree86-devel} +%{?el5:BuildRequires: fontconfig-devel xorg-x11-devel libtool-ltdl-devel} %{?el4:BuildRequires: fontconfig-devel xorg-x11-devel} %{?el3:BuildRequires: fontconfig-devel XFree86-devel} %{?el2:BuildRequires: XFree86-devel}