]> git.pld-linux.org Git - packages/graphviz.git/commitdiff
- configure cleanup, BRs for bindings (TODO: separate them)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Jul 2005 09:06:18 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    graphviz.spec -> 1.39

graphviz.spec

index f00d7656c809f466693bef2e4f19433b6d2fe9c4..c3095e45e7d71316e470b3f1dbd16041c87669c1 100644 (file)
@@ -1,9 +1,4 @@
-# TODO:
-# - linking (duplicate code, somewhere linked dynamically, somewhere statically)
-#
-# Conditional build:
-%bcond_without dynagraph       # without dynagraph program (they say it requires gcc 3.1)
-#
+# TODO: separate bindings (libgv_{guile,java,perl,php,python,ruby,tcl}.so*)
 Summary:       Graph Visualization Tools
 Summary(pl):   Narzêdzie do wizualizacji w postaci grafów
 Name:          graphviz
@@ -14,22 +9,27 @@ Group:               X11/Applications/Graphics
 Source0:       http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
 # Source0-md5: f1074d38a7eeb5e5b2ebfdb643aebf8a
 Patch0:                %{name}-fontpath.patch
+Patch1:                %{name}-php.patch
 URL:           http://www.graphviz.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: bison
+BuildRequires: expat-devel
 BuildRequires: flex
 BuildRequires: freetype-devel >= 2.0.0
 BuildRequires: gawk
-%{?with_dynagraph:BuildRequires:       gcc-c++ >= 5:3.1}
 BuildRequires: gd-devel >= 2.0.33
 BuildRequires: gettext-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: perl-devel
+BuildRequires: php-devel
 BuildRequires: pkgconfig
+BuildRequires: python-devel
+BuildRequires: ruby-devel
 BuildRequires: tcl-devel >= 8.3.0
 BuildRequires: tk-devel >= 8.3.0
 BuildRequires: zlib-devel
@@ -85,6 +85,7 @@ Ten pakiet zawiera pliki nag
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -92,9 +93,7 @@ Ten pakiet zawiera pliki nag
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       %{?with_dynagraph:--enable-dynagraph} \
-       --enable-gvrender
+%configure
 
 %{__make}
 
This page took 0.03549 seconds and 4 git commands to generate.