Accepting request 311396 from home:pluskalm:branches:graphics
- Update gnome dependencies - Remove pangocairo and lasi support as it introduces build cycle OBS-URL: https://build.opensuse.org/request/show/311396 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=103
This commit is contained in:
parent
2616a9ddc2
commit
d2fa674851
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 10 06:55:04 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update gnome dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 17 00:20:57 UTC 2015 - stefan.bruens@rwth-aachen.de
|
Fri Apr 17 00:20:57 UTC 2015 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ Name: graphviz-plugins
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: freetype2-devel >= 2
|
BuildRequires: freetype2-devel >= 2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -47,6 +48,7 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
|
BuildRequires: pango-devel
|
||||||
%ifnarch aarch64
|
%ifnarch aarch64
|
||||||
%if 0%suse_version > 1220
|
%if 0%suse_version > 1220
|
||||||
BuildRequires: gtkglext-devel
|
BuildRequires: gtkglext-devel
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 10 06:54:27 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Remove pangocairo and lasi support as it introduces build cycle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 9 07:38:01 UTC 2015 - opensuse.lietuviu.kalba@gmail.com
|
Thu Apr 9 07:38:01 UTC 2015 - opensuse.lietuviu.kalba@gmail.com
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ Patch4: graphviz-array_overflow.patch
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cairo-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: freetype2-devel >= 2
|
BuildRequires: freetype2-devel >= 2
|
||||||
@ -45,14 +44,9 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
# Skip SLE 12
|
|
||||||
%if ( 0%{?suse_version} == 1310 || 0%{?suse_version} >= 1320 )
|
|
||||||
BuildRequires: libLASi-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pango-devel
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
@ -229,7 +223,6 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
|
|||||||
%{_bindir}/tred
|
%{_bindir}/tred
|
||||||
%{_bindir}/twopi
|
%{_bindir}/twopi
|
||||||
%{_bindir}/unflatten
|
%{_bindir}/unflatten
|
||||||
%{_bindir}/vimdot
|
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/lefty
|
%{_datadir}/%{name}/lefty
|
||||||
%{_datadir}/%{name}/graphs
|
%{_datadir}/%{name}/graphs
|
||||||
|
Loading…
Reference in New Issue
Block a user