From 9834e9b9d37da00b704e3dbd4a82ebc43e98129af4766a9ece6a782dedc537b2 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 10 Apr 2015 08:43:40 +0000 Subject: [PATCH] Accepting request 295252 from home:embar-:branches:graphics Build with pangocairo and lasi support. OBS-URL: https://build.opensuse.org/request/show/295252 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=100 --- graphviz.changes | 5 +++++ graphviz.spec | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/graphviz.changes b/graphviz.changes index 72d3b97..f7bebd6 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 9 07:38:01 UTC 2015 - opensuse.lietuviu.kalba@gmail.com + +- Build with pangocairo and lasi support. + ------------------------------------------------------------------- Mon Nov 17 03:14:00 UTC 2014 - Led diff --git a/graphviz.spec b/graphviz.spec index f2a56f0..4924c5b 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -37,6 +37,7 @@ Patch4: graphviz-array_overflow.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison +BuildRequires: cairo-devel BuildRequires: fdupes BuildRequires: flex BuildRequires: freetype2-devel >= 2 @@ -44,9 +45,14 @@ BuildRequires: gcc-c++ BuildRequires: libXaw-devel BuildRequires: libexpat-devel BuildRequires: libjpeg-devel +# Skip SLE 12 +%if ( 0%{?suse_version} == 1310 || 0%{?suse_version} >= 1320 ) +BuildRequires: libLASi-devel +%endif BuildRequires: libpng-devel BuildRequires: libstdc++-devel BuildRequires: libtool +BuildRequires: pango-devel BuildRequires: zlib-devel BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(glib-2.0) @@ -68,14 +74,20 @@ of graphs (as in nodes and edges, not as in bar charts). Summary: Graphiviz development package Group: Development/Libraries/C and C++ Requires: %{name} = %{version} +Requires: cairo-devel Requires: expat Requires: fontconfig-devel Requires: freetype2-devel Requires: glibc-devel Requires: libjpeg-devel +# Skip SLE 12 +%if ( 0%{?suse_version} == 1310 || 0%{?suse_version} >= 1320 ) +Requires: libLASi-devel +%endif Requires: libpng-devel Requires: libstdc++-devel Requires: libtool +Requires: pango-devel Requires: perl Requires: tcl-devel Requires: tk-devel @@ -218,6 +230,7 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li %{_bindir}/tred %{_bindir}/twopi %{_bindir}/unflatten +%{_bindir}/vimdot %dir %{_datadir}/%{name} %{_datadir}/%{name}/lefty %{_datadir}/%{name}/graphs