forked from pool/graphviz
Accepting request 883875 from home:cvoegl:branches:graphics
- Buildrequire full ghostscript in the addons package to avoid a conflict betwen ghostcript-mini and ghostscript-devel OBS-URL: https://build.opensuse.org/request/show/883875 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=157
This commit is contained in:
parent
0ac98a3450
commit
6308e5025f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 8 16:01:30 UTC 2021 - Christian Vögl <christian.voegl@suse.com>
|
||||
|
||||
- Buildrequire full ghostscript in the addons package
|
||||
to avoid a conflict betwen ghostcript-mini and ghostscript-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 10:56:53 UTC 2021 - Christian Vögl <christian.voegl@suse.com>
|
||||
|
||||
|
@ -81,7 +81,6 @@ BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ghostscript_any
|
||||
BuildRequires: groff
|
||||
BuildRequires: guile-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
@ -97,6 +96,7 @@ Recommends: graphviz-gd = %{version}
|
||||
%if "%{flavor}" == "addons"
|
||||
BuildRequires: freeglut-devel
|
||||
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libwebp-devel
|
||||
@ -140,6 +140,8 @@ BuildRequires: java-devel >= 1.6.0
|
||||
%if %{with ocaml}
|
||||
BuildRequires: ocaml
|
||||
%endif
|
||||
%else # if "{flavor}" == "addons"
|
||||
BuildRequires: ghostscript_any
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user