SPECS: graphviz.spec - configure cleanup, BRs for bindings (TODO: ...

qboosh qboosh at pld-linux.org
Sat Jul 23 11:06:23 CEST 2005


Author: qboosh                       Date: Sat Jul 23 09:06:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- configure cleanup, BRs for bindings (TODO: separate them)

---- Files affected:
SPECS:
   graphviz.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/graphviz.spec
diff -u SPECS/graphviz.spec:1.38 SPECS/graphviz.spec:1.39
--- SPECS/graphviz.spec:1.38	Fri Jul 22 21:01:56 2005
+++ SPECS/graphviz.spec	Sat Jul 23 11:06:18 2005
@@ -1,10 +1,5 @@
 # $Revision$, $Date$
-# 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
@@ -15,22 +10,27 @@
 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
@@ -86,6 +86,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -93,9 +94,7 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-	%{?with_dynagraph:--enable-dynagraph} \
-	--enable-gvrender
+%configure
 
 %{__make}
 
@@ -165,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2005/07/23 09:06:18  qboosh
+- configure cleanup, BRs for bindings (TODO: separate them)
+
 Revision 1.38  2005/07/22 19:01:56  arekm
 - up to 2.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.38&r2=1.39&f=u




More information about the pld-cvs-commit mailing list