SHA256
1
0
forked from pool/graphviz
Dominique Leuenberger 2015-06-24 18:42:51 +00:00 committed by Git OBS Bridge
commit 64f0bc18b0
4 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 15 15:07:29 UTC 2015 - schwab@suse.de
- Enable ocaml and java plugins on aarch64
-------------------------------------------------------------------
Wed Jun 10 06:55:04 UTC 2015 - mpluskal@suse.com

View File

@ -20,13 +20,8 @@
#name of the plugin config file that dot creates
%define config_file config6
%ifarch aarch64
%bcond_with java
%bcond_with graphviz_ocaml
%else
%bcond_without java
%bcond_without graphviz_ocaml
%endif
%bcond_with mono
Name: graphviz-plugins

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 19 14:04:21 UTC 2015 - schwab@suse.de
- Fix build on aarch64
-------------------------------------------------------------------
Thu Jul 17 23:14:32 CEST 2014 - pth@suse.de

View File

@ -49,7 +49,6 @@ BuildRequires: libqt4-devel
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: zlib-devel
%ifnarch aarch64
%if 0%suse_version > 1220
BuildRequires: freeglut-devel
BuildRequires: glu-devel
@ -57,7 +56,6 @@ BuildRequires: gtkglext-devel
BuildRequires: gts-devel
BuildRequires: libglade2-devel
%endif
%endif
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(ice)