2007-01-16 00:15:41 +01:00
|
|
|
#
|
2011-03-14 09:40:12 +01:00
|
|
|
# spec file for package graphviz
|
2007-01-16 00:15:41 +01:00
|
|
|
#
|
2014-01-11 13:05:02 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:15:41 +01:00
|
|
|
#
|
2008-08-08 02:03:21 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:15:41 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2010-06-18 05:30:57 +02:00
|
|
|
|
2010-06-18 05:30:58 +02:00
|
|
|
#name of the plugin config file that dot creates
|
|
|
|
%define config_file config6
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
Name: graphviz
|
- Update to 2.34.0 (see changes for graphviz),
- Remove patches accepted upstream:
graphviz-missing_headers.patch, graphviz-aarch64_lib64_support.patch,
graphviz-type_punning.patch, graphviz-buffer_overflow.patch,
graphviz-proper_prototypes.patch, graphviz-python_version.patch,
graphviz-guile.patch, graphviz-java_in_lib64.patch
- Update to 2.34.0:
- Resolved bugs:
* graphviz will hangs if only one point and attribute given (gvz#2326)
* Inconsistent text position in xdot with HTML-like label (gvz#2333)
* Graphviz createsedges not asked for, with rank=same (gvz#2334)
* Graph padding rectangle too big (gvz#2337)
* labelloc has no effect for HTML-like labels with formatting (gvz#2338)
* Global search and replace operation in the documentation seems to
have gone awry (gvz#2340)
* Rotated graph not quite centered (gvz#2343)
* When arrowType is list and contains none all subsequent
arrowTypes are dropped (gvz#2345)
* arrowType none when included as a multiple arrowtype fails to
render empty space (gvz#2346)
* Buffer overflow in lib/common/shapes.c(round_corners) (gvz#2349).
* Add aarch64 to the architectures using lib64 (gvz#2350)
* Ask guile-config for includes and libraries (gvz#2351).
* If string.h present, don't declare memcmp and strcmp (gvz#2352).
* Include ast_common.h in cdt sources (gvz#2353)
* Alternative way to get python's version (gvz#2354)
* Unportable test(1) construct in configure script (gvz#2357)
* Use parantheses around qw() call in loop (gvz#2359)
* Saving in Vimdot can crash the graphical window (rh#847458).
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=61
2013-09-09 15:44:08 +02:00
|
|
|
Version: 2.34.0
|
2012-04-04 12:45:21 +02:00
|
|
|
Release: 0
|
2007-01-16 00:15:41 +01:00
|
|
|
Summary: Graph Visualization Tools
|
2014-02-04 13:21:18 +01:00
|
|
|
License: EPL-1.0
|
2014-01-02 09:55:15 +01:00
|
|
|
Group: Applications/Productivity
|
2012-04-04 12:45:21 +02:00
|
|
|
Url: http://www.graphviz.org/
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
2007-10-26 20:40:25 +02:00
|
|
|
Source2: graphviz-rpmlintrc
|
2011-09-29 09:13:52 +02:00
|
|
|
Patch2: graphviz-fix-pkgIndex.patch
|
2013-09-11 19:23:36 +02:00
|
|
|
#PATCH-FIX-UPSTREAM There are too many type-punnings in the vmalloc sources
|
|
|
|
Patch3: graphviz-no_strict_aliasing.patch
|
2013-09-12 19:34:53 +02:00
|
|
|
#PATCH-FIX-UPSTREAM print can only be called as function in python3
|
|
|
|
Patch4: graphviz-python3_version.patch
|
2013-10-30 13:23:06 +01:00
|
|
|
#PATCH-FIX-UPSTREAM Use getaddrinfo instead of gethostbyname
|
|
|
|
# This got accepted upstream so it can be removed on the next
|
|
|
|
# release.
|
|
|
|
Patch5: graphviz-getaddrinfo.patch
|
2014-01-11 13:05:32 +01:00
|
|
|
#PATCH-FIX-UPSTREAM This is fixed upstream in a similar way, can be
|
|
|
|
# removed update to next release
|
|
|
|
Patch6: graphviz-fix-includes.patch
|
2013-09-03 16:40:43 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: freetype2-devel >= 2
|
|
|
|
BuildRequires: gcc-c++
|
2013-01-16 18:05:00 +01:00
|
|
|
BuildRequires: libXaw-devel
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libstdc++-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: zlib-devel
|
2012-06-25 18:24:28 +02:00
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2012-06-25 18:24:28 +02:00
|
|
|
BuildRequires: pkgconfig(ice)
|
|
|
|
BuildRequires: pkgconfig(sm)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
Requires(pre): /bin/cat
|
|
|
|
Requires(pre): /bin/rm
|
2008-04-22 15:35:28 +02:00
|
|
|
Recommends: graphviz-gd = %{version}
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
Recommends: graphviz-gnome = %{version}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A collection of tools and tcl packages for the manipulation and layout
|
|
|
|
of graphs (as in nodes and edges, not as in bar charts).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Graphiviz development package
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2007-01-16 00:15:41 +01:00
|
|
|
Requires: %{name} = %{version}
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
Requires: expat
|
|
|
|
Requires: fontconfig-devel
|
|
|
|
Requires: freetype2-devel
|
|
|
|
Requires: glibc-devel
|
|
|
|
Requires: libjpeg-devel
|
|
|
|
Requires: libpng-devel
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Requires: libtool
|
|
|
|
Requires: perl
|
|
|
|
Requires: tcl-devel
|
|
|
|
Requires: tk-devel
|
|
|
|
Requires: zlib-devel
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The graphviz-devel package contains all that's necessary for developing
|
|
|
|
programs that use the graphviz libraries including man3 pages.
|
|
|
|
|
2010-06-02 18:08:19 +02:00
|
|
|
Note: If you need output in png format you also need to install
|
|
|
|
graphviz-gnome.
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-09-29 09:13:52 +02:00
|
|
|
%patch2
|
2013-09-11 19:23:36 +02:00
|
|
|
%patch3
|
2013-09-12 19:34:53 +02:00
|
|
|
%patch4 -p1
|
2013-10-30 13:23:06 +01:00
|
|
|
%patch5
|
2014-01-11 13:05:32 +01:00
|
|
|
%patch6
|
2014-02-04 13:21:18 +01:00
|
|
|
rm -f contrib/gprof2dot.awk
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2007-05-09 01:03:38 +02:00
|
|
|
# Fix path in generated man pages
|
|
|
|
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%build
|
2013-09-03 16:40:43 +02:00
|
|
|
autoreconf -fi
|
2007-01-16 00:15:41 +01:00
|
|
|
WARN_FLAGS="-W -Wall -Wno-unused-parameter -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith"
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
CFLAGS="%{optflags} $WARN_FLAGS"
|
2007-01-16 00:15:41 +01:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
CFLAGS="$CFLAGS -ffast-math"
|
|
|
|
%endif
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2007-05-09 01:03:38 +02:00
|
|
|
export CFLAGS="$CFLAGS"
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
export CPPFLAGS="%{optflags}"
|
|
|
|
%configure \
|
2007-01-16 00:15:41 +01:00
|
|
|
--with-x \
|
|
|
|
--with-mylibgd \
|
2007-05-09 01:03:38 +02:00
|
|
|
--disable-static \
|
2008-10-24 16:59:41 +02:00
|
|
|
--enable-ltdl-install=no \
|
2007-05-09 01:03:38 +02:00
|
|
|
--with-ipsepcola \
|
|
|
|
--without-ming \
|
2011-10-03 14:28:31 +02:00
|
|
|
--disable-io \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--with-mylibgd=no \
|
|
|
|
--with-libgd=no
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot}
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%install
|
2007-05-09 01:03:38 +02:00
|
|
|
make install \
|
|
|
|
DESTDIR=%{buildroot} \
|
|
|
|
docdir=%{buildroot}%{_docdir}/%{name} \
|
|
|
|
pkgconfigdir=%{_libdir}/pkgconfig
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2008-03-28 16:07:03 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -print0 | xargs -0 rm -f
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2007-05-09 01:03:38 +02:00
|
|
|
mkdir -p %{buildroot}/%{_docdir}
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/%{name}/pkgIndex.tcl
|
2007-05-09 01:03:38 +02:00
|
|
|
chmod -x %{buildroot}%{_datadir}/%{name}/lefty/*
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2007-05-09 01:03:38 +02:00
|
|
|
cp -a %{buildroot}%{_datadir}/%{name}/doc __doc
|
|
|
|
rm -rf %{buildroot}%{_datadir}/%{name}/doc
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2008-04-20 20:49:38 +02:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/graphviz
|
|
|
|
touch %{buildroot}%{_libdir}/graphviz/config
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/
|
|
|
|
cat <<EOF >%{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}.conf
|
2007-05-09 01:03:38 +02:00
|
|
|
%{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}/sharp
|
|
|
|
%{_libdir}/%{name}/java
|
|
|
|
%{_libdir}/%{name}/perl
|
|
|
|
%{_libdir}/%{name}/php
|
|
|
|
%{_libdir}/%{name}/ocaml
|
|
|
|
%{_libdir}/%{name}/python
|
|
|
|
%{_libdir}/%{name}/lua
|
|
|
|
%{_libdir}/%{name}/tcl
|
|
|
|
%{_libdir}/%{name}/guile
|
|
|
|
%{_libdir}/%{name}/ruby
|
|
|
|
EOF
|
- Fix compilation with new guile
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
- Add patchwork supporting squarified tree maps
- Add ordering as a node attribute
- Fix problems with font resolution
- Fix problems with text placement
- Fix twopi to set root attribute
- Make available layouts and formats available via the API
- Fix error message system so that an application can capture the messages
- New attributes and features for sfdp
- gvgen now allows the user to specify graph name and node name template
- Make overlap=false denote overlap=prism
- More efficient xdot library
- HTML-like labels provide ID
- Fixed bugs: 1480 1980 2044 2087 2088 2089 2091 2093 2094
2095 2101 2102 2103 2104 2112 2113 2118 2128 2129 2139 2149
2157 2113 2159 2160 2161 2163
- Add scale attribute to twopi
- Add <B>,<I>,<U> to html strings
- migrated to 2005 version of cdt
- Update to version 2.28.0
- incremented library api version:
libcdt, libgraph, libcgraph, libgvpr, libgvc
- Add gvmap, cluster and gvmap.sh
- Deprecate dotty; prefer gvedit
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=28
2011-09-28 21:14:00 +02:00
|
|
|
|
2007-05-09 01:03:38 +02:00
|
|
|
#Correct the path to the shared library
|
|
|
|
for manfile in $(find %{buildroot} -name \*.man); do
|
|
|
|
sed -e 's$/usr/lib/graphviz$%{_libdir}/%{name}$g' $manfile > ${manfile}.new && mv ${manfile}.new ${manfile}
|
|
|
|
done
|
2008-04-20 20:49:38 +02:00
|
|
|
rm -f %{buildroot}%{_libdir}/graphviz/libgvplugin_gd.*
|
2008-04-22 15:35:28 +02:00
|
|
|
rm -f %{_libdir}/graphviz/libgvplugin_pango*
|
|
|
|
rm -f %{_libdir}/graphviz/libgvplugin_gdk_pixbuf*
|
|
|
|
rm -f %{_libdir}/graphviz/libgvplugin_gtk*
|
2007-08-15 20:23:58 +02:00
|
|
|
|
2007-01-16 00:15:41 +01:00
|
|
|
%post
|
2008-03-28 16:07:03 +01:00
|
|
|
/sbin/ldconfig
|
2013-09-03 16:40:43 +02:00
|
|
|
# run "dot -c" to generate plugin config %%{_libdir}/graphviz/config
|
2008-03-28 16:07:03 +01:00
|
|
|
dot -c
|
2010-06-18 05:30:58 +02:00
|
|
|
test -s %{_libdir}/graphviz/%{config_file} || echo "%{_libdir}/graphviz/%{config_file} doesn't exist! Check installation."
|
2007-05-09 01:03:38 +02:00
|
|
|
|
|
|
|
%postun
|
2008-03-28 16:07:03 +01:00
|
|
|
/sbin/ldconfig
|
2011-03-13 00:07:33 +01:00
|
|
|
if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/%{config_file}; fi
|
2007-01-16 00:15:41 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc doc/FAQ.html AUTHORS COPYING README NEWS ChangeLog
|
2013-09-12 19:34:53 +02:00
|
|
|
#%%attr(755,root,root) %{_bindir}/*
|
|
|
|
%{_bindir}/acyclic
|
|
|
|
%{_bindir}/bcomps
|
|
|
|
%{_bindir}/ccomps
|
|
|
|
%{_bindir}/circo
|
|
|
|
%{_bindir}/cluster
|
|
|
|
%{_bindir}/dijkstra
|
|
|
|
%{_bindir}/dot
|
|
|
|
%{_bindir}/dot2gxl
|
|
|
|
%{_bindir}/dot_builtins
|
|
|
|
%{_bindir}/dotty
|
|
|
|
%{_bindir}/fdp
|
|
|
|
%{_bindir}/gc
|
|
|
|
%{_bindir}/gml2gv
|
|
|
|
%{_bindir}/graphml2gv
|
|
|
|
%{_bindir}/gv2gml
|
|
|
|
%{_bindir}/gv2gxl
|
|
|
|
%{_bindir}/gvcolor
|
|
|
|
%{_bindir}/gvgen
|
|
|
|
%{_bindir}/gvmap
|
|
|
|
%{_bindir}/gvmap.sh
|
|
|
|
%{_bindir}/gvpack
|
|
|
|
%{_bindir}/gvpr
|
|
|
|
%{_bindir}/gxl2dot
|
|
|
|
%{_bindir}/gxl2gv
|
|
|
|
%{_bindir}/lefty
|
|
|
|
%{_bindir}/lneato
|
|
|
|
%{_bindir}/mm2gv
|
|
|
|
%{_bindir}/neato
|
|
|
|
%{_bindir}/nop
|
|
|
|
%{_bindir}/osage
|
|
|
|
%{_bindir}/patchwork
|
|
|
|
%{_bindir}/prune
|
|
|
|
%{_bindir}/sccmap
|
|
|
|
%{_bindir}/sfdp
|
|
|
|
%{_bindir}/tred
|
|
|
|
%{_bindir}/twopi
|
|
|
|
%{_bindir}/unflatten
|
2007-01-16 00:15:41 +01:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/lefty
|
|
|
|
%{_datadir}/%{name}/graphs
|
2013-09-03 16:40:43 +02:00
|
|
|
%dir %{_datadir}/%{name}/gvpr
|
|
|
|
%{_datadir}/%{name}/gvpr/addranks
|
|
|
|
%{_datadir}/%{name}/gvpr/addrings
|
|
|
|
%{_datadir}/%{name}/gvpr/anon
|
|
|
|
%{_datadir}/%{name}/gvpr/attr
|
|
|
|
%{_datadir}/%{name}/gvpr/bb
|
|
|
|
%{_datadir}/%{name}/gvpr/bbox
|
|
|
|
%{_datadir}/%{name}/gvpr/cliptree
|
|
|
|
%{_datadir}/%{name}/gvpr/col
|
|
|
|
%{_datadir}/%{name}/gvpr/collapse
|
|
|
|
%{_datadir}/%{name}/gvpr/color
|
|
|
|
%{_datadir}/%{name}/gvpr/dechain
|
|
|
|
%{_datadir}/%{name}/gvpr/deghist
|
|
|
|
%{_datadir}/%{name}/gvpr/deledges
|
|
|
|
%{_datadir}/%{name}/gvpr/delmulti
|
|
|
|
%{_datadir}/%{name}/gvpr/delnodes
|
|
|
|
%{_datadir}/%{name}/gvpr/depath
|
|
|
|
%{_datadir}/%{name}/gvpr/dijkstra
|
|
|
|
%{_datadir}/%{name}/gvpr/flatten
|
|
|
|
%{_datadir}/%{name}/gvpr/get-layers-list
|
|
|
|
%{_datadir}/%{name}/gvpr/group
|
|
|
|
%{_datadir}/%{name}/gvpr/indent
|
|
|
|
%{_datadir}/%{name}/gvpr/knbhd
|
|
|
|
%{_datadir}/%{name}/gvpr/maxdeg
|
|
|
|
%{_datadir}/%{name}/gvpr/path
|
|
|
|
%{_datadir}/%{name}/gvpr/rotate
|
|
|
|
%{_datadir}/%{name}/gvpr/scale
|
|
|
|
%{_datadir}/%{name}/gvpr/scalexy
|
|
|
|
%{_datadir}/%{name}/gvpr/span
|
|
|
|
%{_datadir}/%{name}/gvpr/topon
|
|
|
|
%{_datadir}/%{name}/gvpr/treetoclust
|
|
|
|
|
2008-03-28 16:07:03 +01:00
|
|
|
%doc %{_mandir}/man1/*.1*
|
|
|
|
%doc %{_mandir}/man7/*.7*
|
2007-01-16 00:15:41 +01:00
|
|
|
%dir %{_libdir}/%{name}
|
2007-05-09 01:03:38 +02:00
|
|
|
%{_libdir}/*.so.*
|
2008-10-24 16:59:41 +02:00
|
|
|
%{_libdir}/graphviz/*.so*
|
2013-09-12 19:34:53 +02:00
|
|
|
%config %{_sysconfdir}/ld.so.conf.d/graphviz.conf
|
2008-04-20 20:49:38 +02:00
|
|
|
%ghost %{_libdir}/graphviz/config
|
2007-05-09 01:03:38 +02:00
|
|
|
|
2007-01-16 00:15:41 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2007-05-09 01:03:38 +02:00
|
|
|
%{_includedir}/graphviz
|
|
|
|
%{_libdir}/*.so
|
2007-01-16 00:15:41 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2007-05-09 01:03:38 +02:00
|
|
|
%{_mandir}/man3/*.3.gz
|
2008-03-14 17:42:33 +01:00
|
|
|
|
2007-03-29 22:17:56 +02:00
|
|
|
%changelog
|