forked from pool/graphviz
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
This commit is contained in:
parent
e5cc678ea1
commit
9834e9b9d3
@ -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 <ledest@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user