]> granicus.if.org Git - graphviz/commitdiff
for fc11 add "BuildRequires: libgcj-devel"
authorellson <devnull@localhost>
Sat, 28 Feb 2009 01:29:43 +0000 (01:29 +0000)
committerellson <devnull@localhost>
Sat, 28 Feb 2009 01:29:43 +0000 (01:29 +0000)
graphviz.spec.in

index 61cf626be90686a9928aed52f4f6576c516e1c23..d595aac81ec3a54e4a9b6df95b6e08df19531abf 100644 (file)
@@ -208,6 +208,9 @@ BuildRequires: ghostscript-devel
 #define MING 1
 #BuildRequires: ming ming-devel
 %endif
+%if %fedora >= 11
+BuildRequires: libgcj-devel
+%endif
 %endif
 
 #-- AT&T-internal Fedora specific Build Requirements --------------------------------------
@@ -274,6 +277,9 @@ BuildRequires: ghostscript-devel
 #define MING 1
 #BuildRequires: ming ming-devel
 %endif
+%if %att_fedora >= 11
+BuildRequires: libgcj-devel
+%endif
 %endif
 
 #-- main graphviz rpm ------------------------------------------------